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.

作者 amaury.forgeotdarc
收信人 Erik.Tollerud, amaury.forgeotdarc, eric.araujo, eric.snow, meador.inge
日期 2011-11-28.18:52:47
SpamBayes Score 4.1513307e-05
Marked as misclassified
Message-id <1322506368.13.0.662665390545.issue13487@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2011-11-28 18:52:48amaury.forgeotdarc修改recipients: + amaury.forgeotdarc, eric.araujo, meador.inge, eric.snow, Erik.Tollerud
2011-11-28 18:52:48amaury.forgeotdarc修改messageid: <1322506368.13.0.662665390545.issue13487@psf.upfronthosting.co.za>
2011-11-28 18:52:47amaury.forgeotdarc链接issue13487 messages
2011-11-28 18:52:47amaury.forgeotdarc创建