From c9ff29a34a5b02c34b86ba3419fe478a1f3256e6 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 6 Oct 2013 13:26:26 +0200 Subject: [PATCH] changelog --- CHANGES.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4c6ad18..2c2f2b2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,8 +10,7 @@ Features added * Using ``cdef basestring stringvar`` and function arguments typed as ``basestring`` is now meaningful and allows assigning exactly - ``bytes`` (Py2-only), ``str`` and ``unicode`` (Py2/Py3) objects, - but no subtypes of these types. + ``str`` and ``unicode`` objects, but no subtypes of these types. * Support for the ``__debug__`` builtin. -- 2.7.4