]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
move entry to the correct version
authorBenjamin Peterson <benjamin@python.org>
Wed, 29 Aug 2012 12:04:11 +0000 (08:04 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 29 Aug 2012 12:04:11 +0000 (08:04 -0400)
Misc/NEWS

index 5bae2486c6f2e14897edf9e930b5777f1e4df43c..9a9a587a98886cb8c4251350a48af26d6ff99583 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.1
 Core and Builtins
 -----------------
 
+- Issue #15801: Make sure mappings passed to '%' formatting are actually
+  subscriptable.
+
 Library
 -------
 
@@ -79,9 +82,6 @@ Core and Builtins
 
 - Issue #15761: Fix crash when PYTHONEXECUTABLE is set on Mac OS X.
 
-- Issue #15801: Make sure mappings passed to '%' formatting are actually
-  subscriptable.
-
 - Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
   Patch by Robin Schreiber.