]> granicus.if.org Git - python/commitdiff
Move nt.access change into the right section.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 4 Dec 2007 08:39:16 +0000 (08:39 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 4 Dec 2007 08:39:16 +0000 (08:39 +0000)
Misc/NEWS

index 9cdcbc25c2b3b49d2f71e9cef87af825da6613f8..f773296084bab3ee42434227158e2bfa64ad294d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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,