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 jonathaneunice
Recipients jonathaneunice
Date 2017-06-14.04:46:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497415571.04.0.452545099566.issue30662@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-14 04:46:11jonathaneunicesetrecipients: + jonathaneunice
2017-06-14 04:46:11jonathaneunicesetmessageid: <1497415571.04.0.452545099566.issue30662@psf.upfronthosting.co.za>
2017-06-14 04:46:10jonathaneunicelinkissue30662 messages
2017-06-14 04:46:10jonathaneunicecreate