]> granicus.if.org Git - python/commit
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 13 Oct 2019 08:59:31 +0000 (11:59 +0300)
committerGitHub <noreply@github.com>
Sun, 13 Oct 2019 08:59:31 +0000 (11:59 +0300)
commit140a7d1f3579e778656a6b6bfad72489e9870a4d
treee9f37d4c49944e9c00e83baaaff6dd785356b29e
parent46113e0cf32748f66cf64cd633984d143b433cd1
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)

They conflicted with keyword "in".

Also rename positional-only parameters of private os._fcopyfile()
for consistency.
Doc/library/os.rst
Lib/test/test_os.py
Misc/NEWS.d/next/Library/2019-10-13-11-00-03.bpo-38378.yYNpSm.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c