diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-03-12 08:27:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-12 08:27:43 (GMT) |
commit | 410aea1ebf2f56364369be3b477763ce78577c07 (patch) | |
tree | 37f747be40e8cc8c35d781494ff8da59d0072f02 /Misc | |
parent | f2a186712bfe726d54723eba37d80c7f0303a50b (diff) | |
download | cpython-410aea1ebf2f56364369be3b477763ce78577c07.zip cpython-410aea1ebf2f56364369be3b477763ce78577c07.tar.gz cpython-410aea1ebf2f56364369be3b477763ce78577c07.tar.bz2 |
canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 2 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-03-01-16-10-01.bpo-36103.n6VgXL.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -728,7 +728,6 @@ Aaron Iles Thomas Ilsche Lars Immisch Bobby Impollonia -Naoki Inada Meador Inge Peter Ingebretson Tony Ingraldi @@ -1130,6 +1129,7 @@ Dong-hee Na Dale Nagata John Nagle Takahiro Nakayama +Inada Naoki Travers Naran Motoki Naruse Charles-François Natali diff --git a/Misc/NEWS.d/next/Library/2019-03-01-16-10-01.bpo-36103.n6VgXL.rst b/Misc/NEWS.d/next/Library/2019-03-01-16-10-01.bpo-36103.n6VgXL.rst index 97ed658..9f73305 100644 --- a/Misc/NEWS.d/next/Library/2019-03-01-16-10-01.bpo-36103.n6VgXL.rst +++ b/Misc/NEWS.d/next/Library/2019-03-01-16-10-01.bpo-36103.n6VgXL.rst @@ -1,3 +1,3 @@ Default buffer size used by ``shutil.copyfileobj()`` is changed from 16 KiB to 64 KiB on non-Windows platform to reduce system call overhead. Contributed -by INADA Naoki. +by Inada Naoki. |