[Python-checkins] bpo-35434 Fix wrong issue number in what's new in 3.8 (GH-11012)

Miss Islington (bot) webhook-mailer at python.org
Fri Dec 7 00:59:46 EST 2018


https://github.com/python/cpython/commit/16501b70826695991b3a151dfc538f010be5c765
commit: 16501b70826695991b3a151dfc538f010be5c765
branch: master
author: Mariatta <Mariatta at users.noreply.github.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2018-12-06T21:59:42-08:00
summary:

bpo-35434 Fix wrong issue number in what's new in 3.8 (GH-11012)



https://bugs.python.org/issue35434

files:
M Doc/whatsnew/3.8.rst

diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 5492a90aacec..0d0d1ca70e6c 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



More information about the Python-checkins mailing list