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 wosc
Recipients wosc
Date 2009-06-05.14:59:07
SpamBayes Score 1.1828117e-09
Marked as misclassified No
Message-id <1244213950.12.0.955214842992.issue5727@psf.upfronthosting.co.za>
In-reply-to
Content
I've tracked down the reason by diffing pdb.py and cmd.py between 2.4
and 2.5:
It turns out that pdb.Pdb in 2.5 changes the way it handles input
depending on whether an explicit output was provided, more precisely, it
disables readline in that case. I don't understand what's going on here,
but there is a simple, non-intrusive fix on the doctest side, see the
attached patch.

Unfortunately, I can't imagine how to write a test to check this behaviour.
History
Date User Action Args
2009-06-05 14:59:10woscsetrecipients: + wosc
2009-06-05 14:59:10woscsetmessageid: <1244213950.12.0.955214842992.issue5727@psf.upfronthosting.co.za>
2009-06-05 14:59:08wosclinkissue5727 messages
2009-06-05 14:59:07wosccreate