mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
move entry to the correct version
This commit is contained in:
parent
1d39cde50c
commit
0c6a1e7548
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
- 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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue