From: Inada Naoki Date: Tue, 12 Mar 2019 08:27:43 +0000 (+0900) Subject: canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286) X-Git-Tag: v3.8.0a3~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=410aea1ebf2f56364369be3b477763ce78577c07;p=thirdparty%2FPython%2Fcpython.git canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286) --- diff --git a/Misc/ACKS b/Misc/ACKS index c9fa08bd6141..2026852db1a1 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -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 97ed658d3762..9f7330597e7a 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.