◐ Shell
clean mode source ↗

Message 190031 - Python tracker

Message190031

Author brett.cannon
Recipients brett.cannon, sbt
Date 2013-05-25.22:50:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369522244.37.0.0303591164576.issue17314@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2013-05-25 22:50:44brett.cannonsetrecipients: + brett.cannon, sbt
2013-05-25 22:50:44brett.cannonsetmessageid: <1369522244.37.0.0303591164576.issue17314@psf.upfronthosting.co.za>
2013-05-25 22:50:44brett.cannonlinkissue17314 messages
2013-05-25 22:50:44brett.cannoncreate