[Python-Dev] [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#15801)

Petri Lehtinen petri at digip.org
Wed Aug 29 13:18:32 CEST 2012


Hi,

benjamin.peterson wrote:
> http://hg.python.org/cpython/rev/263d09ce3e9e
> changeset:   78794:263d09ce3e9e
> parent:      78790:454dceb5fd56
> parent:      78793:4d431e719646
> user:        Benjamin Peterson <benjamin at python.org>
> date:        Tue Aug 28 18:01:45 2012 -0400
> summary:
>   merge 3.2 (#15801)
> 
> files:
>   Lib/test/string_tests.py |  3 +++
>   Misc/NEWS                |  3 +++
>   Objects/unicodeobject.c  |  3 +--
>   3 files changed, 7 insertions(+), 2 deletions(-)
> 
[snip]
> diff --git a/Misc/NEWS b/Misc/NEWS
> --- a/Misc/NEWS
> +++ b/Misc/NEWS
> @@ -71,6 +71,9 @@
>  
>  - 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.

The news entry was added in the middle of the news for 3.3.0 RC 1,
which has already been released.

Petri


More information about the Python-Dev mailing list