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 skrah
Recipients Arfrever, abarnert, adlaiff6, amaury.forgeotdarc, belopolsky, benjamin.peterson, christian.heimes, eric.araujo, eric.smith, eric.snow, ethan.furman, georg.brandl, giampaolo.rodola, gjb1002, jackdied, lemburg, rhettinger, salty-horse, santoso.wijaya, skrah, sunfinite, terry.reedy, vstinner
Date 2014-04-27.18:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398622486.11.0.0324228780965.issue1820@psf.upfronthosting.co.za>
In-reply-to
Content
>> 1. _asdict() returns a normal dictionary. I don't know if this is what
>>    is required.

Good question. I don't think we can import OrderedDict from collections
because of the impact on startup time (_collections_abc was created to
avoid the issue for MutableMapping).
History
Date User Action Args
2014-04-27 18:14:46skrahsetrecipients: + skrah, lemburg, georg.brandl, rhettinger, terry.reedy, amaury.forgeotdarc, gjb1002, belopolsky, salty-horse, vstinner, jackdied, eric.smith, giampaolo.rodola, christian.heimes, benjamin.peterson, adlaiff6, eric.araujo, Arfrever, santoso.wijaya, ethan.furman, eric.snow, sunfinite, abarnert
2014-04-27 18:14:46skrahsetmessageid: <1398622486.11.0.0324228780965.issue1820@psf.upfronthosting.co.za>
2014-04-27 18:14:46skrahlinkissue1820 messages
2014-04-27 18:14:46skrahcreate