From c66eca2998704181d92f2db84eec461dd5683af1 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 7 Jan 2014 12:18:32 +0100 Subject: [PATCH] changelog --HG-- extra : amend_source : 95fc8a7afdf4614a3dfe7b9874d1ba8cd1bf9967 --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 5a9d39f..0d75ff9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,6 +23,9 @@ Features added * Constant Python float values are cached. +* String/Unicode formatting using the '%' operator uses a faster + C-API call. + * ``bytearray`` has become a known type and supports coercion from and to C strings. Indexing, slicing and decoding is optimised. Note that this may have an impact on existing code due to type inference. -- 2.7.4