]> granicus.if.org Git - python/commitdiff
Move entry for r79342 to the right section.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 23 Mar 2010 13:32:34 +0000 (13:32 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Tue, 23 Mar 2010 13:32:34 +0000 (13:32 +0000)
Misc/NEWS

index edb0a4b178a23c3fb26a08cbbd62ee5376912b42..588e05ba0791eefe0b709f6847540881d74904ef 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #7667: Fix doctest failures with non-ASCII paths.
+
 - Issue #7624: Fix isinstance(foo(), collections.Callable) for old-style
   classes.
 
@@ -62,11 +64,6 @@ Build
   variable anymore.  It also forwards the LDFLAGS settings to the linker
   when building a shared library.
 
-Tests
------
-
-- Issue #7667: Fix doctest failures with non-ASCII paths.
-
 
 What's New in Python 2.6.5?
 ===========================