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 Ronan.Lamy
Recipients Aaron.Meurer, Arfrever, Ronan.Lamy, brett.cannon
Date 2012-05-30.18:13:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338401632.14.0.989715862121.issue14938@psf.upfronthosting.co.za>
In-reply-to
Content
Reverting to the previous behaviour, then? OK.

As I understand it, the issue comes from a DRY violation: both FileFinder.find_loader() and _LoaderBasics.is_package() have their own notion of what is a package and they disagree. Since the finder needs to know what is a package, I think that the loader should be told whether it's a package or not instead of trying to guess.
History
Date User Action Args
2012-05-30 18:13:52Ronan.Lamysetrecipients: + Ronan.Lamy, brett.cannon, Arfrever, Aaron.Meurer
2012-05-30 18:13:52Ronan.Lamysetmessageid: <1338401632.14.0.989715862121.issue14938@psf.upfronthosting.co.za>
2012-05-30 18:13:51Ronan.Lamylinkissue14938 messages
2012-05-30 18:13:51Ronan.Lamycreate