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 eric.snow
Recipients Arfrever, brett.cannon, eli.bendersky, eric.snow, pitrou
Date 2013-01-26.17:13:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359220387.19.0.532789945582.issue17037@psf.upfronthosting.co.za>
In-reply-to
Content
> Do you have a real use case for the 'names' argument?

My use case was with the tests for OrderedDict.  The existing tests don't refer to collections.OrderedDict, but rather to OrderedDict (looked up from the globals).  The names argument facilitates the replacement of OrderedDict.
History
Date User Action Args
2013-01-26 17:13:07eric.snowsetrecipients: + eric.snow, brett.cannon, pitrou, Arfrever, eli.bendersky
2013-01-26 17:13:07eric.snowsetmessageid: <1359220387.19.0.532789945582.issue17037@psf.upfronthosting.co.za>
2013-01-26 17:13:07eric.snowlinkissue17037 messages
2013-01-26 17:13:07eric.snowcreate