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 hct, r.david.murray
Date 2013-05-01.01:38:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367372289.48.0.749536855666.issue17885@psf.upfronthosting.co.za>
In-reply-to
Content
I take it you are on a case insensitive file system, in which case this is just the way imports work in Python: a package is preferred to a .py file with the same name.
History
Date User Action Args
2013-05-01 01:38:09r.david.murraysetrecipients: + r.david.murray, hct
2013-05-01 01:38:09r.david.murraysetmessageid: <1367372289.48.0.749536855666.issue17885@psf.upfronthosting.co.za>
2013-05-01 01:38:09r.david.murraylinkissue17885 messages
2013-05-01 01:38:09r.david.murraycreate