Message263227
| Author | rhettinger |
|---|---|
| Recipients | eriknw, martin.panter, ncoghlan, rhettinger |
| Date | 2016-04-12.05:50:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1460440204.88.0.634322323993.issue26729@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I don't think we should start down the path of changing APIs just to accommodate weakness in the generation of the text signature. We don't want to encourage unreadable oddities like sorted(reverse=False, iterable=source). Best readability comes from the required positional argument for the iterable. Please don't create a new and unnecessary keyword argument. The current API is intentional. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-04-12 05:50:04 | rhettinger | set | recipients: + rhettinger, ncoghlan, martin.panter, eriknw |
| 2016-04-12 05:50:04 | rhettinger | set | messageid: <1460440204.88.0.634322323993.issue26729@psf.upfronthosting.co.za> |
| 2016-04-12 05:50:04 | rhettinger | link | issue26729 messages |
| 2016-04-12 05:50:04 | rhettinger | create | |