[pypy-commit] pypy default: add 2997 fix to release note

mattip pypy.commits at gmail.com
Sun Apr 14 06:22:29 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r96479:caa1292bce3e
Date: 2019-04-14 13:21 +0300
http://bitbucket.org/pypy/pypy/changeset/caa1292bce3e/

Log:	add 2997 fix to release note

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
@@ -91,8 +91,11 @@
 * Raise a ``TypeError`` when using buffers and unicode such as ``''.strip(buffer)``
   and ``'a' < buffer``
 * Support ``_overlapped`` and asyncio on win32
+* Fix an issue where ``''.join(list_of_strings)`` would rarely confuse utf8 and
+  bytes (issue 2997_)
 
 .. _2984: https://bitbucket.org/pypy/pypy/issues/2984
 .. _2991: https://bitbucket.org/pypy/pypy/issues/2991
 .. _2988: https://bitbucket.org/pypy/pypy/issues/2988
+.. _2997: https://bitbucket.org/pypy/pypy/issues/2997
 .. _32780: https://bugs.python.org/issue32780


More information about the pypy-commit mailing list