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-29.20:37:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338323862.94.0.470219766111.issue14938@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I can try. I have trouble wrapping my head around all the finders and loaders, but I'm slowly understanding what does what.

What I don't know is what the expected behaviour is. Should my_pkg.__init__ be allowed to exist as a separate module (that's backwards-compatible but seems wrong)? Can it exist as a synonym of my_pkg? Should the import attempt raise an ImportError?
History
Date User Action Args
2012-05-29 20:37:42Ronan.Lamysetrecipients: + Ronan.Lamy, brett.cannon, Arfrever, Aaron.Meurer
2012-05-29 20:37:42Ronan.Lamysetmessageid: <1338323862.94.0.470219766111.issue14938@psf.upfronthosting.co.za>
2012-05-29 20:37:42Ronan.Lamylinkissue14938 messages
2012-05-29 20:37:42Ronan.Lamycreate