Author: Matti Picus <[email protected]>
Branch: 
Changeset: r98423:efe50da8e81c
Date: 2019-12-31 10:36 +0200
http://bitbucket.org/pypy/pypy/changeset/efe50da8e81c/

Log:    document merged branches

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -8,3 +8,11 @@
 .. branch: cpyext-speedup-tests
 
 Make cpyext test faster, especially on py3.6
+
+.. branch: array-and-nan
+
+Handle ``NAN`` more correctly in ``array.array`` for ``__eq__`` and ``count``
+
+.. branch: bpo-16055
+
+Fixes incorrect error text for ``int('1', base=1000)``
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to