Message331264
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. |
|
| Date |
User |
Action |
Args |
| 2018-12-07 04:46:28 | josh.r | set | recipients:
+ josh.r, giampaolo.rodola, docs@python |
| 2018-12-07 04:46:28 | josh.r | set | messageid: <1544157988.47.0.788709270274.issue35434@psf.upfronthosting.co.za> |
| 2018-12-07 04:46:28 | josh.r | link | issue35434 messages |
| 2018-12-07 04:46:27 | josh.r | create | |
|