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.araujo, georg.brandl, ncoghlan
Date 2012-07-15.09:43:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342345432.19.0.476346175747.issue15272@psf.upfronthosting.co.za>
In-reply-to
Content
OK, this one is trickier than I thought - the exact behaviour depends on how you traverse the code, and I believe a PEP 302 importer is technically allowed to accept "/" in module names. (Unless there's a module names "must be valid identifiers" in there somewhere that I have forgotten about)

Punting on it for the moment.
History
Date User Action Args
2012-07-15 09:43:52ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, eric.araujo, Arfrever
2012-07-15 09:43:52ncoghlansetmessageid: <1342345432.19.0.476346175747.issue15272@psf.upfronthosting.co.za>
2012-07-15 09:43:51ncoghlanlinkissue15272 messages
2012-07-15 09:43:51ncoghlancreate