This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author josh.r
Recipients docs@python, giampaolo.rodola, josh.r
Date 2018-12-07.04:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2018-12-07 04:46:28josh.rsetrecipients: + josh.r, giampaolo.rodola, docs@python
2018-12-07 04:46:28josh.rsetmessageid: <[email protected]>
2018-12-07 04:46:28josh.rlinkissue35434 messages
2018-12-07 04:46:27josh.rcreate