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 eric.araujo
Recipients barry, brett.cannon, eric.araujo
Date 2011-05-06.16:08:26
SpamBayes Score 0.0009059055
Marked as misclassified No
Message-id <1304698107.84.0.876175210451.issue12019@psf.upfronthosting.co.za>
In-reply-to
Content
I was stealing importlib’s test/__main__ file for packaging (thanks!) and I noticed this bug thanks to pyflakes: “sep” is undefined.  It looks like the bug hasn’t been noticed because it’s in a dead block that depends on __file__ containing '__pycache__'.  Is this a leftover from a previous version of the PEP without __file__/__cached__ distinction?  Or maybe __file__ is set to the pyc file for pyc-only imports?
History
Date User Action Args
2011-05-06 16:08:27eric.araujosetrecipients: + eric.araujo, barry, brett.cannon
2011-05-06 16:08:27eric.araujosetmessageid: <1304698107.84.0.876175210451.issue12019@psf.upfronthosting.co.za>
2011-05-06 16:08:27eric.araujolinkissue12019 messages
2011-05-06 16:08:27eric.araujocreate