]> granicus.if.org Git - python/commit
bpo-20709: os.utime(path_to_directory): wrong documentation for Windows. (GH-5469)
authorStéphane Wirtel <stephane@wirtel.be>
Tue, 1 May 2018 10:02:26 +0000 (12:02 +0200)
committerJulien Palard <julien@palard.fr>
Tue, 1 May 2018 10:02:26 +0000 (12:02 +0200)
commit7508a54c77e85235e07e344cf9440e5b4695e9cc
treef7756a75f3a6affa8d889b5ebfff80e0f5b227aa
parent335a602666d3b94352c194fe002430dda3c0ab2b
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>
Doc/library/os.rst
Misc/NEWS.d/next/Documentation/2018-02-01-10-57-24.bpo-20709.1flcnc.rst [new file with mode: 0644]