diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-12-04 08:39:16 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-12-04 08:39:16 (GMT) |
commit | 69233e87c4f87f0ce37865ce69432b2e81945907 (patch) | |
tree | b5d2112263d90cd85d018d87b4def479674c1d1e /Misc | |
parent | a51d5c8c15c3317843848737f20ec739e31427f9 (diff) | |
download | cpython-69233e87c4f87f0ce37865ce69432b2e81945907.zip cpython-69233e87c4f87f0ce37865ce69432b2e81945907.tar.gz cpython-69233e87c4f87f0ce37865ce69432b2e81945907.tar.bz2 |
Move nt.access change into the right section.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -310,8 +310,6 @@ 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 @@ -873,6 +871,8 @@ Library Extension Modules ----------------- +- os.access now returns True on Windows for any existing directory. + - Added warnpy3k function to the warnings module. - Marshal.dumps() now expects exact type matches for int, long, float, complex, |