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 hoffman
Recipients hoffman
Date 2010-11-12.17:50:17
SpamBayes Score 7.862948e-06
Marked as misclassified No
Message-id <1289584221.71.0.586527779083.issue10396@psf.upfronthosting.co.za>
In-reply-to
Content
If you create a Pdb instance with an stdin argument, the default behavior is for commands to be retrieved using raw_input(), which uses sys.stdin instead, thereby causing the stdin argument to be without effect.

You can work around this by setting the use_rawinput attribute of the instance to False, but this should be done whenever an stdin argument is given to the constructor.
History
Date User Action Args
2010-11-12 17:50:21hoffmansetrecipients: + hoffman
2010-11-12 17:50:21hoffmansetmessageid: <1289584221.71.0.586527779083.issue10396@psf.upfronthosting.co.za>
2010-11-12 17:50:17hoffmanlinkissue10396 messages
2010-11-12 17:50:17hoffmancreate