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 vstinner
Recipients ZackerySpytz, giampaolo.rodola, serhiy.storchaka, vstinner
Date 2020-08-24.16:04:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598285080.94.0.137943703066.issue38378@roundup.psfhosted.org>
In-reply-to
Content
I would prefer "2. Make "out" and "in" positional-only parameters". It would be a minor incompatible change, but it would make os.sendfile() more consistent with other functions like os.write() which only has positional-only parameters.
History
Date User Action Args
2020-08-24 16:04:41vstinnersetrecipients: + vstinner, giampaolo.rodola, serhiy.storchaka, ZackerySpytz
2020-08-24 16:04:40vstinnersetmessageid: <1598285080.94.0.137943703066.issue38378@roundup.psfhosted.org>
2020-08-24 16:04:40vstinnerlinkissue38378 messages
2020-08-24 16:04:40vstinnercreate