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 brett.cannon
Recipients brett.cannon, eric.snow, ncoghlan
Date 2014-01-24.17:11:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Would allow for the name attribute to be optional since it can be grabbed from the spec. Since having module.__spec__ set is now expected we should help ensure that by supporting it in the constructor.
History
Date User Action Args
2014-01-24 17:11:48brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2014-01-24 17:11:47brett.cannonsetmessageid: <[email protected]>
2014-01-24 17:11:47brett.cannonlinkissue20383 messages
2014-01-24 17:11:47brett.cannoncreate