Message279163
| Author | martin.panter |
|---|---|
| Recipients | benjamin.peterson, martin.panter, pitrou, python-dev, serhiy.storchaka, stutzbach, vstinner |
| Date | 2016-10-21.21:51:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1477086695.42.0.557691453329.issue23214@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Modifying the API to accept a keyword argument is not worthwhile IMO. That means modifying modules like http.client and zipfile (which use the wrong keyword name), and user-defined implementations may become incompatible. The question of documentation is discussed more in Issue 23738. I think one or two people were concerned about using the Arg Clinic slash. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-10-21 21:51:35 | martin.panter | set | recipients: + martin.panter, pitrou, vstinner, benjamin.peterson, stutzbach, python-dev, serhiy.storchaka |
| 2016-10-21 21:51:35 | martin.panter | set | messageid: <1477086695.42.0.557691453329.issue23214@psf.upfronthosting.co.za> |
| 2016-10-21 21:51:35 | martin.panter | link | issue23214 messages |
| 2016-10-21 21:51:35 | martin.panter | create | |