From: Stefan Behnel Date: Sun, 10 Mar 2013 16:20:37 +0000 (+0100) Subject: changelog X-Git-Tag: 0.19b1~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2ac07b13f82def34c5dc35534c7e062cb807bd7;p=platform%2Fupstream%2Fpython-cython.git changelog --- diff --git a/CHANGES.rst b/CHANGES.rst index e308778..3b8a8b5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -34,7 +34,7 @@ Features added are automatically mapped to the equivalent keys/values/items methods in Python 3 for typed dictionaries. -* Unicode slicing is substantially faster. +* Slicing unicode strings, lists and tuples is faster. * list.append() is faster on average.