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 aronacher
Recipients aronacher, brett.cannon, eric.snow, ncoghlan
Date 2014-04-15.15:43:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397576580.95.0.892977925522.issue21235@psf.upfronthosting.co.za>
In-reply-to
Content
Also mostly unrelated importlib now does something I have never seen an ABC do: the ABC has create_module but concrete implementations mostly have that function entirely absent.  That should probably be reconsidered as it's super confusing.
History
Date User Action Args
2014-04-15 15:43:00aronachersetrecipients: + aronacher, brett.cannon, ncoghlan, eric.snow
2014-04-15 15:43:00aronachersetmessageid: <1397576580.95.0.892977925522.issue21235@psf.upfronthosting.co.za>
2014-04-15 15:43:00aronacherlinkissue21235 messages
2014-04-15 15:43:00aronachercreate