Message88948
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. |
|
Date |
User |
Action |
Args |
2009-06-05 14:59:10 | wosc | set | recipients:
+ wosc |
2009-06-05 14:59:10 | wosc | set | messageid: <1244213950.12.0.955214842992.issue5727@psf.upfronthosting.co.za> |
2009-06-05 14:59:08 | wosc | link | issue5727 messages |
2009-06-05 14:59:07 | wosc | create | |
|