From d2ac07b13f82def34c5dc35534c7e062cb807bd7 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 10 Mar 2013 17:20:37 +0100 Subject: [PATCH] changelog --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4