Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r96475:b694a5048039
Date: 2019-04-14 13:10 +0300
http://bitbucket.org/pypy/pypy/changeset/b694a5048039/

Log:    document _overlapped in the release

diff --git a/pypy/doc/release-v7.1.1.rst b/pypy/doc/release-v7.1.1.rst
--- a/pypy/doc/release-v7.1.1.rst
+++ b/pypy/doc/release-v7.1.1.rst
@@ -90,6 +90,7 @@
 * ``str.maketrans`` was broken (issue 2991_)
 * Raise a ``TypeError`` when using buffers and unicode such as 
``''.strip(buffer)``
   and ``'a' < buffer``
+* Support ``_overlapped`` and asyncio on win32
 
 .. _2984: https://bitbucket.org/pypy/pypy/issues/2984
 .. _2991: https://bitbucket.org/pypy/pypy/issues/2991
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to