[New-bugs-announce] [issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

Jonathan Eunice report at bugs.python.org
Wed Jun 14 00:46:11 EDT 2017


New submission from Jonathan Eunice:

In Python 3.6 and current repo (pre-3.7), the docstring for collections.OrderedDict.__init__() stats that keyword argument order is arbitrary. That is untrue if I properly understand PEP 468, which as of Python 3.6 makes the order of kwargs stable / identical to the order seen in the source code.

Associated PR imminent.

----------
components: Library (Lib)
messages: 295982
nosy: jonathaneunice
priority: normal
severity: normal
status: open
title: fix OrderedDict.__init__ docstring to reflect PEP 468
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30662>
_______________________________________


More information about the New-bugs-announce mailing list