◐ Shell
clean mode source ↗

Message 261707 - Python tracker

Message261707

Author rbcollins
Recipients ezio.melotti, michael.foord, rbcollins, stefan
Date 2016-03-14.01:35:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457919328.48.0.706134529681.issue26481@psf.upfronthosting.co.za>
In-reply-to
Content
Python has stopped supporting .pyc-only distributions - see https://www.python.org/dev/peps/pep-3147/#case-3-pycache-foo-magic-pyc-with-no-source - and so, while what you are seeing is inconsistent with import in some older python's, it is not a bug in newer Python's, and I don't see any benefit in doing a backport-only fix for it.
History
Date User Action Args
2016-03-14 01:35:28rbcollinssetrecipients: + rbcollins, stefan, ezio.melotti, michael.foord
2016-03-14 01:35:28rbcollinssetmessageid: <1457919328.48.0.706134529681.issue26481@psf.upfronthosting.co.za>
2016-03-14 01:35:28rbcollinslinkissue26481 messages
2016-03-14 01:35:27rbcollinscreate