commit | c8dbc92395765e476341ed65f6e88e74fd7db01b | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Dec 03 22:39:10 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Dec 03 22:39:10 2007 +0000 |
tree | 7ee96afe5d68054c4c42e83db93bc7a2bebb94bf | |
parent | 7cc9c8bbe1fb574cace4e9a3cb535fd6719119fc [diff] [blame] |
os.access now returns True on Windows for any existing directory.
diff --git a/Misc/NEWS b/Misc/NEWS index 7172f83..735b073 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Library ------- +- os.access now returns True on Windows for any existing directory. + - Issue #1531: tarfile.py: Read fileobj from the current offset, do not seek to the start.