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.
Created on 2017年01月20日 06:59 by serhiy.storchaka, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| sort-arg-parse.patch | serhiy.storchaka, 2017年01月20日 06:59 | review | ||
| sort-arg-parse-2.patch | serhiy.storchaka, 2017年01月20日 09:03 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg285887 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2017年01月20日 06:59 | |
Proposed patch simplifies argument parsing in sorted() and list.sort(). list.sort() now uses the support of keyword-only parameters in PyArg_ParseTupleAndKeywords(). Keyword arguments now are passed as is to list.sorted() in sorted(). |
|||
| msg285901 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2017年01月20日 11:19 | |
sort-arg-parse-2.patch now LGTM with the comment, thanks :-) |
|||
| msg285964 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2017年01月21日 21:05 | |
New changeset 69bd5c497a82 by Serhiy Storchaka in branch 'default': Issue #29331: Simplified argument parsing in sorted() and list.sort(). https://hg.python.org/cpython/rev/69bd5c497a82 |
|||
| msg285965 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2017年01月21日 21:06 | |
Thanks Victor. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:42 | admin | set | github: 73517 |
| 2017年01月21日 21:06:23 | serhiy.storchaka | set | status: open -> closed resolution: fixed messages: + msg285965 stage: patch review -> resolved |
| 2017年01月21日 21:05:32 | python-dev | set | nosy:
+ python-dev messages: + msg285964 |
| 2017年01月21日 00:53:38 | josh.r | set | nosy:
+ josh.r |
| 2017年01月20日 11:19:20 | vstinner | set | messages: + msg285901 |
| 2017年01月20日 09:03:24 | serhiy.storchaka | set | files: + sort-arg-parse-2.patch |
| 2017年01月20日 06:59:39 | serhiy.storchaka | create | |