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 xdegaye
Recipients Jurko.Gospodnetić, georg.brandl, kay, r.david.murray, xdegaye
Date 2014-04-14.18:59:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397501984.21.0.42166845241.issue21161@psf.upfronthosting.co.za>
In-reply-to
Content
Interestingly, the interact command was added at changeset:

$ hg log -v --pager cat -r $(hg blame Lib/pdb.py | grep do_interact | awk -F : '{print $1}')
changeset:   66691:c2578a68879d
user:        Georg Brandl <georg@python.org>
date:        Sat Dec 04 11:20:26 2010 +0000
files:       Doc/library/pdb.rst Lib/pdb.py Misc/NEWS
description:
Add the "interact" pdb command from pdb++.


And the included documentation, added at that time, states (emphasis added by me):
Start an interative interpreter (using the code module) whose global namespace contains all the ***(global and local)*** names found in the current scope.


I can provide a test case for the patch when this issue is re-opened, unless someone else is willing to do it.
History
Date User Action Args
2014-04-14 18:59:44xdegayesetrecipients: + xdegaye, georg.brandl, r.david.murray, Jurko.Gospodnetić, kay
2014-04-14 18:59:44xdegayesetmessageid: <1397501984.21.0.42166845241.issue21161@psf.upfronthosting.co.za>
2014-04-14 18:59:44xdegayelinkissue21161 messages
2014-04-14 18:59:43xdegayecreate