From ca6c3e144945f5f663b02edf65a45add2032587e Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 15 Jul 2016 22:02:31 +0200 Subject: changelog --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_ - 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. -- cgit v1.2.1