Browse Source
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
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.pull/16743/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 39 additions and 34 deletions
-
21Doc/library/os.rst
-
9Lib/test/test_os.py
-
2Misc/NEWS.d/next/Library/2019-10-13-11-00-03.bpo-38378.yYNpSm.rst
-
20Modules/clinic/posixmodule.c.h
-
21Modules/posixmodule.c
@ -0,0 +1,2 @@ |
|||
Parameters *out* and *in* of :func:`os.sendfile` was renamed to *out_fd* and |
|||
*in_fd*. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue