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.

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:35martin.pantersetrecipients: + martin.panter, pitrou, vstinner, benjamin.peterson, stutzbach, python-dev, serhiy.storchaka
2016-10-21 21:51:35martin.pantersetmessageid: <1477086695.42.0.557691453329.issue23214@psf.upfronthosting.co.za>
2016-10-21 21:51:35martin.panterlinkissue23214 messages
2016-10-21 21:51:35martin.pantercreate