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 amaury.forgeotdarc
Recipients Erik.Tollerud, amaury.forgeotdarc, eric.araujo, eric.snow, meador.inge
Date 2011-11-28.18:52:47
SpamBayes Score 4.1513307e-05
Marked as misclassified No
Message-id <1322506368.13.0.662665390545.issue13487@psf.upfronthosting.co.za>
In-reply-to
Content
When a package is imported sys.modules changes... nothing special here.
But it's true true that py.std, for example, is a "lazy" module with a special __getattr__ that will import submodules.

Patch looks good to me as well.
History
Date User Action Args
2011-11-28 18:52:48amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, eric.araujo, meador.inge, eric.snow, Erik.Tollerud
2011-11-28 18:52:48amaury.forgeotdarcsetmessageid: <1322506368.13.0.662665390545.issue13487@psf.upfronthosting.co.za>
2011-11-28 18:52:47amaury.forgeotdarclinkissue13487 messages
2011-11-28 18:52:47amaury.forgeotdarccreate