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, r.david.murray
Date 2010-11-13.18:13:16
SpamBayes Score 8.65974e-15
Marked as misclassified No
Message-id <1289671997.72.0.220633007154.issue10396@psf.upfronthosting.co.za>
In-reply-to
Content
As always, it seems a bit more complicated than I originally expected. Since it's too late for a Python 2.x feature addition, I'll wait until I upgrade to 3.x to work on that.

You are correct, technically this is not a docs bug but I think the clarity of the docs would be greatly improved if you would add the text from the cmd module docs to the pdb docs:

"If you want a given stdin to be used, make sure to set the instance’s use_rawinput attribute to False, otherwise stdin will be ignored."

I hope you will agree that this is unexpected behavior that doesn't really fit into the zen of Python.
History
Date User Action Args
2010-11-13 18:13:17hoffmansetrecipients: + hoffman, r.david.murray
2010-11-13 18:13:17hoffmansetmessageid: <1289671997.72.0.220633007154.issue10396@psf.upfronthosting.co.za>
2010-11-13 18:13:16hoffmanlinkissue10396 messages
2010-11-13 18:13:16hoffmancreate