projects
/
platform
/
upstream
/
python-cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d4d3d
)
changelog
author
Stefan Behnel
<stefan_ml@behnel.de>
Sun, 6 Oct 2013 11:26:26 +0000
(13:26 +0200)
committer
Stefan Behnel
<stefan_ml@behnel.de>
Sun, 6 Oct 2013 11:26:26 +0000
(13:26 +0200)
CHANGES.rst
patch
|
blob
|
history
diff --git
a/CHANGES.rst
b/CHANGES.rst
index
4c6ad18
..
2c2f2b2
100644
(file)
--- 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.