commit | 7508a54c77e85235e07e344cf9440e5b4695e9cc | [log] [tgz] |
---|---|---|
author | Stéphane Wirtel <stephane@wirtel.be> | Tue May 01 12:02:26 2018 +0200 |
committer | Julien Palard <julien@palard.fr> | Tue May 01 12:02:26 2018 +0200 |
tree | f7756a75f3a6affa8d889b5ebfff80e0f5b227aa | |
parent | 335a602666d3b94352c194fe002430dda3c0ab2b [diff] |
bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-5469) Remove the paragraph where we explain that os.utime() does not support a directory as path under Windows. Patch by Jan-Philip Gehrcke Co-authored-by: Jan-Philip Gehrcke <jgehrcke@gmail.com>