summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-12-03 23:09:04 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-12-03 23:09:04 (GMT)
commit7b3cc06a9a26e38f379ac802e857a463970e35fa (patch)
treecfd664684b43fbe8966de87709d51c185164071a /Misc
parente227263a6c4b4f7152553d9df89175b67dfcef4a (diff)
downloadcpython-7b3cc06a9a26e38f379ac802e857a463970e35fa.zip
cpython-7b3cc06a9a26e38f379ac802e857a463970e35fa.tar.gz
cpython-7b3cc06a9a26e38f379ac802e857a463970e35fa.tar.bz2
Forward-port r59310:
os.access now returns True on Windows for any existing directory.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4c3369c..9cdcbc2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -310,6 +310,8 @@ Core and builtins
Library
-------
+- os.access now returns True on Windows for any existing directory.
+
- Issue #1727780: Support loading pickles of random.Random objects created
on 32-bit systems on 64-bit systems, and vice versa. As a consequence
of the change, Random pickles created by Python 2.6 cannot be loaded