Message285887
| Author | serhiy.storchaka |
|---|---|
| Recipients | rhettinger, serhiy.storchaka, vstinner |
| Date | 2017-01-20.06:59:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1484895579.74.0.0168401872287.issue29331@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-20 06:59:39 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, vstinner |
| 2017-01-20 06:59:39 | serhiy.storchaka | set | messageid: <1484895579.74.0.0168401872287.issue29331@psf.upfronthosting.co.za> |
| 2017-01-20 06:59:39 | serhiy.storchaka | link | issue29331 messages |
| 2017-01-20 06:59:39 | serhiy.storchaka | create | |