summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-07-15 22:02:36 +0200
committerStefan Behnel <stefan_ml@behnel.de>2016-07-15 22:02:36 +0200
commit18120a935e32dc21637da2cc25bd3a389fcf4442 (patch)
tree135a9099ef224091e676ff3fab41d12bd620a323
parentefea516435b9c42bfc03b79d2852d4b2da9da5ac (diff)
parentca6c3e144945f5f663b02edf65a45add2032587e (diff)
downloadcython-18120a935e32dc21637da2cc25bd3a389fcf4442.tar.gz
Merge branch '0.24.x'
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a442ca251..72d62672c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -45,7 +45,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.