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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30662>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to