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.

作者 brett.cannon
收信人 brett.cannon, sbt
日期 2013-05-25.22:50:44
SpamBayes Score -1.0
Marked as misclassified
Message-id <1369522244.37.0.0303591164576.issue17314@psf.upfronthosting.co.za>
In-reply-to
内容
Catching the AttributeError is in case a loader is used that doesn't define init_module_attrs(). Since it will be new to Python 3.4 I can't guarantee that it will exist (in case someone doesn't subclass the proper ABC).
历史
日期 用户 动作 参数
2013-05-25 22:50:44brett.cannon修改recipients: + brett.cannon, sbt
2013-05-25 22:50:44brett.cannon修改messageid: <1369522244.37.0.0303591164576.issue17314@psf.upfronthosting.co.za>
2013-05-25 22:50:44brett.cannon链接issue17314 messages
2013-05-25 22:50:44brett.cannon创建