Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r98252:e53d4169f58d
Date: 2019-12-08 08:59 +0200
http://bitbucket.org/pypy/pypy/changeset/e53d4169f58d/

Log:    update release note for current HEADs

diff --git a/pypy/doc/release-v7.3.0.rst b/pypy/doc/release-v7.3.0.rst
--- a/pypy/doc/release-v7.3.0.rst
+++ b/pypy/doc/release-v7.3.0.rst
@@ -132,6 +132,7 @@
 * Check for overflow in ctypes array creation
 * Better support and report MSVC versions used to compile on windows
 * Allow any kind of buffer in socket.setsockopt(), like CPython (`issue 3114`_)
+* Fix importing a module with unicode in ``sys.path`` (`issue 3112`_)
 
 C-API (cpyext) and c-extensions
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -174,6 +175,8 @@
   it.  (`issue 3096`_)
 * Remove incorrect clobbering of the ``locals`` after running ``exec()``
 * Adds encoding, decoding codepages on win32
+* Remove socket error attributes from ``_ssl`` (`issue 3119`_)
+* Add missing ``os.getgrouplist`` (part of `issue 2375`_)
 
 Python 3.6 C-API
 ~~~~~~~~~~~~~~~~
@@ -190,6 +193,7 @@
 .. _`manylinux2010`: fix broken link
 .. _`macports pypy`: 
https://github.com/macports/macports-ports/blob/master/lang/pypy/files/darwin.py.diff
 
+.. _`issue 2375`: https://bitbucket.com/pypy/pypy/issues/2375
 .. _`issue 2389`: https://bitbucket.com/pypy/pypy/issues/2389
 .. _`issue 2687`: https://bitbucket.com/pypy/pypy/issues/2687
 .. _`issue 2970`: https://bitbucket.com/pypy/pypy/issues/2970
@@ -206,8 +210,10 @@
 .. _`issue 3100`: https://bitbucket.com/pypy/pypy/issues/3100
 .. _`issue 3108`: https://bitbucket.com/pypy/pypy/issues/3108
 .. _`issue 3109`: https://bitbucket.com/pypy/pypy/issues/3109
+.. _`issue 3112`: https://bitbucket.com/pypy/pypy/issues/3112
 .. _`issue 3114`: https://bitbucket.com/pypy/pypy/issues/3114
 .. _`issue 3117`: https://bitbucket.com/pypy/pypy/issues/3117
+.. _`issue 3119`: https://bitbucket.com/pypy/pypy/issues/3119
 .. _`issue 3120`: https://bitbucket.com/pypy/pypy/issues/3120
 
 .. _13312: https://bugs.python.org/issue13312
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to