summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-07-15 22:02:31 +0200
committerStefan Behnel <stefan_ml@behnel.de>2016-07-15 22:02:31 +0200
commitca6c3e144945f5f663b02edf65a45add2032587e (patch)
tree749e6154f07fad1c3fb354d5cb5ed22737f1fb57
parent3734959350c90d97561b8cea22cca62bcafe9a78 (diff)
downloadcython-0.24.x.tar.gz
changelog0.24.x
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index bca8b2e56..1eca28b3e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,7 +12,7 @@ Bugs fixed
It can now be used as "%%cython -3".
* Follow a recent change in `PEP 492 <https://www.python.org/dev/peps/pep-0498/>`_
- and CPython 3.5.1 that now requires the ``__aiter__()`` method of asynchronous
+ and CPython 3.5.2 that now requires the ``__aiter__()`` method of asynchronous
iterators to be a simple ``def`` method instead of an ``async def`` method.
* Coroutines and generators were lacking the ``__module__`` special attribute.