[issue23080] BoundArguments.arguments should be unordered

2020-03-02 Thread Antony Lee
Change by Antony Lee : -- nosy: -Antony.Lee ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23080] BoundArguments.arguments should be unordered

2020-02-27 Thread Antony Lee
Antony Lee added the comment: Done in bugs.python.org/issue36350 / https://github.com/python/cpython/pull/12412. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue23080] BoundArguments.arguments should be unordered

2018-01-26 Thread Cheryl Sabella
Change by Cheryl Sabella : -- stage: -> needs patch type: -> enhancement versions: +Python 3.7 -Python 3.5 ___ Python tracker ___

[issue23080] BoundArguments.arguments should be unordered

2018-01-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: I know there are other issues to remove OrderedDicts, so should this patch be used for BoundArguments? -- nosy: +csabella ___ Python tracker

[issue23080] BoundArguments.arguments should be unordered

2014-12-19 Thread Raymond Hettinger
Changes by Raymond Hettinger raymond.hettin...@gmail.com: -- nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23080 ___ ___

[issue23080] BoundArguments.arguments should be unordered

2014-12-18 Thread Antony Lee
New submission from Antony Lee: This patch makes BoundArguments.arguments an unordered dict. As discussed on python-ideas, the rationale for this is 1. The current ordering in ba.arguments is the one of the parameters in the signature (which is already available via the ba.signature

[issue23080] BoundArguments.arguments should be unordered

2014-12-18 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23080 ___ ___

[issue23080] BoundArguments.arguments should be unordered

2014-12-18 Thread Yury Selivanov
Yury Selivanov added the comment: I'd like to see PEP 468 explicitly rejected or postponed till 3.6 before we make this change in 3.5. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23080