diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2018-12-06 21:59:42 -0800 |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-12-06 21:59:42 -0800 |
commit | 16501b70826695991b3a151dfc538f010be5c765 (patch) | |
tree | 5c5889ead1b0d4f6af49d1bcbb40c7c70718fd6c | |
parent | 468a15aaf9206448a744fc5eab3fc21f51966aad (diff) | |
download | cpython-git-16501b70826695991b3a151dfc538f010be5c765.tar.gz |
bpo-35434 Fix wrong issue number in what's new in 3.8 (GH-11012)
https://bugs.python.org/issue35434
-rw-r--r-- | Doc/whatsnew/3.8.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 5492a90aac..0d0d1ca70e 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -275,7 +275,7 @@ Optimizations +26% on Linux, +50% on macOS and +40% on Windows. Also, much less CPU cycles are consumed. See :ref:`shutil-platform-dependent-efficient-copy-operations` section. - (Contributed by Giampaolo Rodola' in :issue:`25427`.) + (Contributed by Giampaolo Rodola' in :issue:`33671`.) * :func:`shutil.copytree` uses :func:`os.scandir` function and all copy functions depending from it use cached :func:`os.stat` values. The speedup |