[New-bugs-announce] [issue35434] Wrong bpo linked in What's New in 3.8

Josh Rosenberg report at bugs.python.org
Thu Dec 6 23:46:28 EST 2018


New submission from Josh Rosenberg <shadowranger+python at gmail.com>:

https://docs.python.org/3.8/whatsnew/3.8.html#optimizations begins with:

shutil.copyfile(), shutil.copy(), shutil.copy2(), shutil.copytree() and shutil.move() use platform-specific “fast-copy” syscalls on Linux, macOS and Solaris in order to copy the file more efficiently. ... more explanation ... (Contributed by Giampaolo Rodola’ in bpo-25427.)

That's all correct, except bpo-25427 is about removing the pyvenv script; it should be referencing bpo-33671.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 331264
nosy: docs at python, giampaolo.rodola, josh.r
priority: low
severity: normal
status: open
title: Wrong bpo linked in What's New in 3.8
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35434>
_______________________________________


More information about the New-bugs-announce mailing list