Commit 1913caca authored by Benjamin Peterson's avatar Benjamin Peterson

move entry to the correct version

parent f460335b
...@@ -10,6 +10,9 @@ What's New in Python 3.3.1 ...@@ -10,6 +10,9 @@ What's New in Python 3.3.1
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #15801: Make sure mappings passed to '%' formatting are actually
subscriptable.
Library Library
------- -------
...@@ -79,9 +82,6 @@ Core and Builtins ...@@ -79,9 +82,6 @@ Core and Builtins
- Issue #15761: Fix crash when PYTHONEXECUTABLE is set on Mac OS X. - 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. - Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
Patch by Robin Schreiber. Patch by Robin Schreiber.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment