summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-03-12 08:27:43 (GMT)
committerGitHub <noreply@github.com>2019-03-12 08:27:43 (GMT)
commit410aea1ebf2f56364369be3b477763ce78577c07 (patch)
tree37f747be40e8cc8c35d781494ff8da59d0072f02 /Misc
parentf2a186712bfe726d54723eba37d80c7f0303a50b (diff)
downloadcpython-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/ACKS2
-rw-r--r--Misc/NEWS.d/next/Library/2019-03-01-16-10-01.bpo-36103.n6VgXL.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index c9fa08b..2026852 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 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.