changelog
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 10 Mar 2013 16:20:37 +0000 (17:20 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 10 Mar 2013 16:20:37 +0000 (17:20 +0100)
CHANGES.rst

index e308778..3b8a8b5 100644 (file)
@@ -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.