From: Benjamin Peterson Date: Wed, 29 Aug 2012 12:04:11 +0000 (-0400) Subject: move entry to the correct version X-Git-Tag: v3.3.1rc1~818^2^2~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c6a1e75486528cfaa23fc2995e650ed1a923d09;p=thirdparty%2FPython%2Fcpython.git move entry to the correct version --- diff --git a/Misc/NEWS b/Misc/NEWS index 5bae2486c6f2..9a9a587a9888 100644 --- 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.