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 ncoghlan
Recipients Arfrever, brett.cannon, eric.snow, larry, ncoghlan
Date 2013-12-15.02:08:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387073289.19.0.893821794579.issue19700@psf.upfronthosting.co.za>
In-reply-to
Content
Working on the docs updates made me realise the test cases didn't cover the "no suffix" case that is causing grief in issue 19946.

So I've added a test case for that now, but haven't fixed it yet (will need to deal with the __spec__ = None case for such scripts)
History
Date User Action Args
2013-12-15 02:08:09ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, Arfrever, eric.snow
2013-12-15 02:08:09ncoghlansetmessageid: <1387073289.19.0.893821794579.issue19700@psf.upfronthosting.co.za>
2013-12-15 02:08:09ncoghlanlinkissue19700 messages
2013-12-15 02:08:06ncoghlancreate