changelog
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 7 Jan 2014 11:18:32 +0000 (12:18 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 7 Jan 2014 11:18:32 +0000 (12:18 +0100)
--HG--
extra : amend_source : 95fc8a7afdf4614a3dfe7b9874d1ba8cd1bf9967

CHANGES.rst

index 5a9d39f..0d75ff9 100644 (file)
@@ -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.