[New-bugs-announce] [issue34839] doctest: Change example under warnings section

Cheryl Sabella report at bugs.python.org
Fri Sep 28 20:18:04 EDT 2018


New submission from Cheryl Sabella <cheryl.sabella at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 326663
nosy: cheryl.sabella, docs at python
priority: normal
severity: normal
status: open
title: doctest: Change example under warnings section
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34839>
_______________________________________


More information about the New-bugs-announce mailing list