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 lukasz.langa
Recipients Adam.Groszer, lukasz.langa
Date 2014-09-04.08:49:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409820582.64.0.347166884574.issue21186@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your report and sorry it took so long to respond!

You are absolutely right that __name__ was a broken feature, which is why we removed it in Python 3.2. See issue #10489. For Python 2.7 you can use the backport, available on PyPI.
History
Date User Action Args
2014-09-04 08:49:42lukasz.langasetrecipients: + lukasz.langa, Adam.Groszer
2014-09-04 08:49:42lukasz.langasetmessageid: <1409820582.64.0.347166884574.issue21186@psf.upfronthosting.co.za>
2014-09-04 08:49:42lukasz.langalinkissue21186 messages
2014-09-04 08:49:42lukasz.langacreate