diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-08-29 12:04:11 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-08-29 12:04:11 (GMT) |
commit | 0c6a1e75486528cfaa23fc2995e650ed1a923d09 (patch) | |
tree | ba1b1ed6b2426cd5ae8375cbcae143c2e82bb252 | |
parent | 1d39cde50c9cd485de482ec2cce987482394bff5 (diff) | |
download | cpython-0c6a1e75486528cfaa23fc2995e650ed1a923d09.zip cpython-0c6a1e75486528cfaa23fc2995e650ed1a923d09.tar.gz cpython-0c6a1e75486528cfaa23fc2995e650ed1a923d09.tar.bz2 |
move entry to the correct version
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |