Issue 908316: pdb should hash stdout (original) (raw)

Issue908316

Created on 2004-03-02 14:20 by tebeka, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
t.py tebeka,2008-02-07 05:23 test file
Messages (3)
msg60472 - (view) Author: Miki Tebeka (tebeka) * Date: 2004-03-02 14:20
pdb should store a local copy of stdout and use it. The problem: I've used pdb with a script that uses fileinput.input with inplace=1 stdout is redirected and I can't see the pdb prompt (which is directory to the output file). Miki
msg62123 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2008-02-06 19:54
Isn't this fixed on trunk already ? Shouldn't this be marked as closed ?
msg62135 - (view) Author: Miki Tebeka (tebeka) * Date: 2008-02-07 05:23
Looks closed to me, tried `./t.py t.py`, it worked
History
Date User Action Args
2022-04-11 14:56:03 admin set github: 39997
2008-02-07 07:47:16 rhettinger set status: open -> closed
2008-02-07 05:23:09 tebeka set files: + t.pymessages: +
2008-02-06 19:54:38 gpolo set nosy: + gpolomessages: +
2008-01-20 19:10:10 christian.heimes set priority: normal -> lowkeywords: + easytype: enhancementversions: + Python 2.6, - Python 2.3
2004-03-02 14:20:28 tebeka create