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 ulope
Recipients cool-RR, rhettinger, ulope
Date 2016-12-07.15:51:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481125914.56.0.785104241494.issue21978@psf.upfronthosting.co.za>
In-reply-to
Content
Should this maybe reconsidered now that dicts are ordered by default?

Having to explain why list is needed in list(some_ordered_dict.values())[0] is  a constant thorn in my side when dealing with people new to Python.
History
Date User Action Args
2016-12-07 15:51:54ulopesetrecipients: + ulope, rhettinger, cool-RR
2016-12-07 15:51:54ulopesetmessageid: <1481125914.56.0.785104241494.issue21978@psf.upfronthosting.co.za>
2016-12-07 15:51:54ulopelinkissue21978 messages
2016-12-07 15:51:54ulopecreate