mirror of https://github.com/python/cpython
canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286)
This commit is contained in:
parent
f2a186712b
commit
410aea1ebf
|
@ -728,7 +728,6 @@ Aaron Iles
|
||||||
Thomas Ilsche
|
Thomas Ilsche
|
||||||
Lars Immisch
|
Lars Immisch
|
||||||
Bobby Impollonia
|
Bobby Impollonia
|
||||||
Naoki Inada
|
|
||||||
Meador Inge
|
Meador Inge
|
||||||
Peter Ingebretson
|
Peter Ingebretson
|
||||||
Tony Ingraldi
|
Tony Ingraldi
|
||||||
|
@ -1130,6 +1129,7 @@ Dong-hee Na
|
||||||
Dale Nagata
|
Dale Nagata
|
||||||
John Nagle
|
John Nagle
|
||||||
Takahiro Nakayama
|
Takahiro Nakayama
|
||||||
|
Inada Naoki
|
||||||
Travers Naran
|
Travers Naran
|
||||||
Motoki Naruse
|
Motoki Naruse
|
||||||
Charles-François Natali
|
Charles-François Natali
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Default buffer size used by ``shutil.copyfileobj()`` is changed from 16 KiB
|
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
|
to 64 KiB on non-Windows platform to reduce system call overhead. Contributed
|
||||||
by INADA Naoki.
|
by Inada Naoki.
|
||||||
|
|
Loading…
Reference in New Issue