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 brett.cannon
Recipients Arfrever, brett.cannon, eric.araujo, georg.brandl, ncoghlan
Date 2012-07-20.17:34:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342805641.2.0.296123602753.issue15272@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 302 just says that find_module "will be called with the fully qualified name of the module." And importation by file name was removed in Python 3 (at some point; don't remember exact feature release). So supporting slashes in a module name is probably not necessary anymore.
History
Date User Action Args
2012-07-20 17:34:01brett.cannonsetrecipients: + brett.cannon, georg.brandl, ncoghlan, eric.araujo, Arfrever
2012-07-20 17:34:01brett.cannonsetmessageid: <1342805641.2.0.296123602753.issue15272@psf.upfronthosting.co.za>
2012-07-20 17:34:00brett.cannonlinkissue15272 messages
2012-07-20 17:34:00brett.cannoncreate