This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tebeka
Recipients
Date 2004-03-02.14:20:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2008-01-20 09:56:47adminlinkissue908316 messages
2008-01-20 09:56:47admincreate