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 r.david.murray
Recipients brgirgis, eric.araujo, ezio.melotti, michael.foord, r.david.murray, rbcollins
Date 2017-12-24.16:19:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514132368.29.0.213398074469.issue32419@psf.upfronthosting.co.za>
In-reply-to
Content
Éric: in python3 if no .py is found but a .pyc is found where the .py is expected, it will be imported and run.  This supports sourceless package distributions, which is something we only sorta-support :)

The change looks simple enough that it might be worth doing, but I'll leave that to the unittest maintainers.  If accepted there should be comments as to why a .pyc is being checked for.
History
Date User Action Args
2017-12-24 16:19:28r.david.murraysetrecipients: + r.david.murray, rbcollins, ezio.melotti, eric.araujo, michael.foord, brgirgis
2017-12-24 16:19:28r.david.murraysetmessageid: <1514132368.29.0.213398074469.issue32419@psf.upfronthosting.co.za>
2017-12-24 16:19:28r.david.murraylinkissue32419 messages
2017-12-24 16:19:28r.david.murraycreate