[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-09-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Backport done. Thanks all :) -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-09-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 3b9dfe631117430dee8ef8a2f205b4b450d5 by Mariatta in branch '3.6': [3.6] bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (GH-2179) (GH-3370) https://github.com/python/cpython/commit/3b9dfe631117430dee8ef8a2f205b4b450d5 --

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-09-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: Mariatta is working on the backport. -- assignee: rhettinger -> Mariatta nosy: +Mariatta ___ Python tracker ___ _

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-09-05 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3379 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-09-05 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset faa57cbe7074b26807cd7ed89a7b173b5cbf3086 by Raymond Hettinger (Jonathan Eunice) in branch 'master': bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (#2179) https://github.com/python/cpython/commit/faa57cbe7074b26807cd7ed89a7b173b5cbf

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-06-14 Thread Jonathan Eunice
Jonathan Eunice added the comment: PR updated to incorporate Serhiy Storchaka and Brett Cannon feedback. -- ___ Python tracker ___ ___

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-06-14 Thread Brett Cannon
Brett Cannon added the comment: Past Python details should not be included in docstrings; it should simply represent the current code. -- nosy: +brett.cannon, eric.snow ___ Python tracker _

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-06-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Currently there are two implementations of OrderedDict, and Python implementation is not used. Is C implementation need an update? What about the module documentation, is it need an update? I don't think that we should include such details about past Python

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-06-13 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger nosy: +rhettinger versions: +Python 3.6 ___ Python tracker ___ ___ Python-b

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-06-13 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-06-13 Thread Jonathan Eunice
Changes by Jonathan Eunice : -- pull_requests: +2232 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30662] fix OrderedDict.__init__ docstring to reflect PEP 468

2017-06-13 Thread Jonathan Eunice
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 / identic