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 Arfrever, aronacher, brett.cannon, eric.snow, ncoghlan, rhettinger
Date 2014-05-30.14:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401459400.49.0.147507265883.issue20383@psf.upfronthosting.co.za>
In-reply-to
Content
Another issue with the polymorphic argument is that the module type is one of those rare things written in C with keyword parameter support, so renaming the 'name' argument to 'name_or_spec' could potentially break code.
History
Date User Action Args
2014-05-30 14:16:40brett.cannonsetrecipients: + brett.cannon, rhettinger, ncoghlan, aronacher, Arfrever, eric.snow
2014-05-30 14:16:40brett.cannonsetmessageid: <1401459400.49.0.147507265883.issue20383@psf.upfronthosting.co.za>
2014-05-30 14:16:40brett.cannonlinkissue20383 messages
2014-05-30 14:16:39brett.cannoncreate