]> granicus.if.org Git - python/commitdiff
NEWS: Move #6612 to Library section
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 12 Oct 2010 22:42:37 +0000 (22:42 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 12 Oct 2010 22:42:37 +0000 (22:42 +0000)
Misc/NEWS

index a397539cb006895669795fa0f465a3c6ad0b4685..8ff3f3b1ee926e98c8582a1b27d56bb44f028c90 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,12 +10,12 @@ What's New in Python 3.2 Beta 1?
 Core and Builtins
 -----------------
 
-- Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the
-  current directory was deleted. Patch written by W. Trevor King.
-
 Library
 -------
 
+- Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the
+  current directory was deleted. Patch written by W. Trevor King.
+
 - Issue #3873: Speed up unpickling from file objects which have a peek()
   method.