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 r.david.murray
Recipients docs@python, ericp, r.david.murray
Date 2010-07-16.23:23:12
SpamBayes Score 0.09447219
Marked as misclassified No
Message-id <1279322593.99.0.840382080636.issue9274@psf.upfronthosting.co.za>
In-reply-to
Content
Well, you could discuss that possibility on python-dev, I suppose.

As long as you don't need the changes to persist outside of the debugging loop, you can use InteractiveInterpreter as designed and keep passing it the same (modified) dict every time, as was done in the pdb fix.
History
Date User Action Args
2010-07-16 23:23:14r.david.murraysetrecipients: + r.david.murray, ericp, docs@python
2010-07-16 23:23:13r.david.murraysetmessageid: <1279322593.99.0.840382080636.issue9274@psf.upfronthosting.co.za>
2010-07-16 23:23:12r.david.murraylinkissue9274 messages
2010-07-16 23:23:12r.david.murraycreate