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 benjamin.peterson
Recipients Antony.Lee, benjamin.peterson, brett.cannon
Date 2012-08-09.00:41:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344472896.71.0.880748404587.issue15598@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is incorrect. Importing a submodule implicit sets its name in the package scope, which is __init__'s module scope.
History
Date User Action Args
2012-08-09 00:41:36benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, Antony.Lee
2012-08-09 00:41:36benjamin.petersonsetmessageid: <1344472896.71.0.880748404587.issue15598@psf.upfronthosting.co.za>
2012-08-09 00:41:36benjamin.petersonlinkissue15598 messages
2012-08-09 00:41:35benjamin.petersoncreate