commit | ee1e06d4975d636cbad949aef8d50de1e57e3715 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 02 18:44:00 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 02 18:44:00 2006 +0000 |
tree | 96955948390faa23ac6a3213335848a601da3c59 | |
parent | 762fbd34858f7df608e6da8079bf648bc7d3d8cc [diff] [blame] |
Correct arithmetic in access on Win32. Fixes #1513646.
diff --git a/Misc/NEWS b/Misc/NEWS index 641b7a7..a6b4c2e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -52,6 +52,9 @@ Extension Modules ----------------- +- Bug #1513646: os.access on Windows now correctly determines write + access, again. + - Bug #1512695: cPickle.loads could crash if it was interrupted with a KeyboardInterrupt.