]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286)
authorInada Naoki <songofacandy@gmail.com>
Tue, 12 Mar 2019 08:27:43 +0000 (17:27 +0900)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2019 08:27:43 +0000 (17:27 +0900)
Misc/ACKS
Misc/NEWS.d/next/Library/2019-03-01-16-10-01.bpo-36103.n6VgXL.rst

index c9fa08bd614138fd0b60b1638ea7d7269fb0b219..2026852db1a1121cb5b824a89a8660509dbd7381 100644 (file)
--- 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
index 97ed658d376246cb20cf1ef93df8c8b977d2de61..9f7330597e7aeb0073ae43d50a103bda565c43ed 100644 (file)
@@ -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.