
report at bugs
Aug 20, 2012, 12:18 AM
Post #1 of 2
(51 views)
Permalink
|
|
[issue8943] Bug in InteractiveConsole
|
|
Michael Dorman added the comment: I'd suggest this is an issue in the doc for the InteractiveInterpreter class. Try locals=global() and your problem goes away. (namespace == __main__)... ---------- keywords: +patch nosy: +mjdorma Added file: http://bugs.python.org/file26917/issue8943.diff _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue8943> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|