1 message in org.python.python-bugs-list[ python-Bugs-908316 ] pdb should has...
FromSent OnAttachments
SourceForge.netMar 2, 2004 9:20 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-908316 ] pdb should hash stdoutActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 2, 2004 9:20:09 am
List:org.python.python-bugs-list

Bugs item #908316, was opened at 2004-03-02 16:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=908316&group_id=5470

Category: Python Library Group: Python 2.3 Status: Open Resolution: None Priority: 5 Submitted By: Miki Tebeka (tebeka) Assigned to: Nobody/Anonymous (nobody) Summary: pdb should hash stdout

Initial Comment: 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

----------------------------------------------------------------------