changelog
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 6 Oct 2013 11:26:26 +0000 (13:26 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 6 Oct 2013 11:26:26 +0000 (13:26 +0200)
CHANGES.rst

index 4c6ad18..2c2f2b2 100644 (file)
@@ -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.