commit | 140a7d1f3579e778656a6b6bfad72489e9870a4d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Oct 13 11:59:31 2019 +0300 |
committer | GitHub <noreply@github.com> | Sun Oct 13 11:59:31 2019 +0300 |
tree | e9f37d4c49944e9c00e83baaaff6dd785356b29e | |
parent | 46113e0cf32748f66cf64cd633984d143b433cd1 [diff] |
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.