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 mjdorma
Recipients alexandre.vassalotti, fabioz, holdenweb, iuridiniz, mjdorma, orsenthil
Date 2012-08-20.07:18:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345447115.56.0.082975002177.issue8943@psf.upfronthosting.co.za>
In-reply-to
Content
I'd suggest this is an issue in the doc for the InteractiveInterpreter class. 

Try locals=global() and your problem goes away.  (namespace == __main__)...
History
Date User Action Args
2012-08-20 07:18:35mjdormasetrecipients: + mjdorma, holdenweb, orsenthil, fabioz, alexandre.vassalotti, iuridiniz
2012-08-20 07:18:35mjdormasetmessageid: <1345447115.56.0.082975002177.issue8943@psf.upfronthosting.co.za>
2012-08-20 07:18:32mjdormalinkissue8943 messages
2012-08-20 07:18:32mjdormacreate