Files
cpython/Doc/library
Giampaolo Rodola c7f02a9659 bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681)
bpo-33671
* use memoryview() with size == file size on Windows, see https://github.com/python/cpython/pull/7160#discussion_r195405230
* release intermediate (sliced) memoryview immediately
* replace "OSX" occurrences with "macOS"
* add some unittests for copyfileobj()
2018-06-19 08:27:29 -07:00
..
2016-11-21 13:36:36 +00:00
2016-12-10 14:14:47 -08:00
2018-05-24 21:33:55 -07:00