diff options
-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. |