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 Aaron.Meurer, Arfrever, Ronan.Lamy, brett.cannon
Date 2012-06-01.20:06:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338581213.92.0.0877521863829.issue14938@psf.upfronthosting.co.za>
In-reply-to
Content
I have yet to see anyone use a URL loader in serious code beyond people just using it as an example. What I do see is lots of custom zipfile importers and thus for the majority if people this will continue to make sense. And even with a URL loader, get_filename would return a URL who probably has something like http://example.com/pkg/__init__.py which would still work as expected. If someone chooses to break from expectations they can just overload is_package().
History
Date User Action Args
2012-06-01 20:06:53brett.cannonsetrecipients: + brett.cannon, Arfrever, Aaron.Meurer, Ronan.Lamy
2012-06-01 20:06:53brett.cannonsetmessageid: <1338581213.92.0.0877521863829.issue14938@psf.upfronthosting.co.za>
2012-06-01 20:06:53brett.cannonlinkissue14938 messages
2012-06-01 20:06:53brett.cannoncreate