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 eli.bendersky
Recipients brett.cannon, eli.bendersky, eric.snow, ethan.furman, gvanrossum, ncoghlan, rhettinger, vstinner
Date 2013-08-04.01:02:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375578169.55.0.210077917007.issue17963@psf.upfronthosting.co.za>
In-reply-to
Content
I'm (somewhat) back looking at this. Should the first step be sys.get_calling_module_name()? I can provide a patch. Re its name, perhaps the long name isn't that bad given that this is a rather obscure API. But suggestions for something shorter/better will be welcome.
History
Date User Action Args
2013-08-04 01:02:49eli.benderskysetrecipients: + eli.bendersky, gvanrossum, brett.cannon, rhettinger, ncoghlan, vstinner, ethan.furman, eric.snow
2013-08-04 01:02:49eli.benderskysetmessageid: <1375578169.55.0.210077917007.issue17963@psf.upfronthosting.co.za>
2013-08-04 01:02:49eli.benderskylinkissue17963 messages
2013-08-04 01:02:48eli.benderskycreate