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 pablogsal
Recipients adelfino, barry, eli.bendersky, ethan.furman, pablogsal
Date 2018-06-14.20:51:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529009460.48.0.947875510639.issue33863@psf.upfronthosting.co.za>
In-reply-to
Content
Well, technically a function can say that it returns a dictionary and this dictionary will be ordered in 3.6> but is not important for the function return value. If a function says that it returns a "ordered dictionary" I now (1) that the order is important in the return value, (2) that it can be a regular dict or an OrderDict depending on the python version. The important thing here is that it preserves insertion order.
History
Date User Action Args
2018-06-14 20:51:00pablogsalsetrecipients: + pablogsal, barry, eli.bendersky, ethan.furman, adelfino
2018-06-14 20:51:00pablogsalsetmessageid: <1529009460.48.0.947875510639.issue33863@psf.upfronthosting.co.za>
2018-06-14 20:51:00pablogsallinkissue33863 messages
2018-06-14 20:51:00pablogsalcreate