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 cheryl.sabella
Recipients cheryl.sabella, docs@python
Date 2018-09-29.00:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538180284.16.0.545547206417.issue34839@psf.upfronthosting.co.za>
In-reply-to
Content
The Warnings section of the doctest documentation (https://docs.python.org/3.8/library/doctest.html#warnings) contains an example that the printing order of a dictionary is not guaranteed.  Since it is now guaranteed to be insertion order, perhaps the example should be changed.
History
Date User Action Args
2018-09-29 00:18:05cheryl.sabellasetrecipients: + cheryl.sabella, docs@python
2018-09-29 00:18:04cheryl.sabellasetmessageid: <1538180284.16.0.545547206417.issue34839@psf.upfronthosting.co.za>
2018-09-29 00:18:03cheryl.sabellalinkissue34839 messages
2018-09-29 00:18:02cheryl.sabellacreate