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 anthony-flury
Recipients anthony-flury, cheryl.sabella, docs@python, rhettinger
Date 2018-02-06.07:20:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517901623.21.0.467229070634.issue32770@psf.upfronthosting.co.za>
In-reply-to
Content
Cheryl : 
When you iterate around a counter instance it does return keys in the order they are first encountered/inserted - so I agree with you that it is an ordered collection from Python 3.7 onwards (although the iteration and the repr are ordered in different orders.
History
Date User Action Args
2018-02-06 07:20:23anthony-flurysetrecipients: + anthony-flury, rhettinger, docs@python, cheryl.sabella
2018-02-06 07:20:23anthony-flurysetmessageid: <1517901623.21.0.467229070634.issue32770@psf.upfronthosting.co.za>
2018-02-06 07:20:23anthony-flurylinkissue32770 messages
2018-02-06 07:20:23anthony-flurycreate