[pypy-commit] pypy fix-literal-prev_digit-underscore: document and close branch to be merged

mattip pypy.commits at gmail.com
Mon May 13 17:02:29 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: fix-literal-prev_digit-underscore
Changeset: r96609:b41ce6edfaf2
Date: 2019-05-13 14:00 -0700
http://bitbucket.org/pypy/pypy/changeset/b41ce6edfaf2/

Log:	document and close branch to be merged

diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst
--- a/pypy/doc/whatsnew-pypy3-head.rst
+++ b/pypy/doc/whatsnew-pypy3-head.rst
@@ -2,14 +2,9 @@
 What's new in PyPy3 7.1+
 ========================
 
-.. this is the revision after release-pypy3.6-v7.1
-.. startrev: d642a3c217cb
+.. this is the revision after release-pypy3.6-v7.1.1
+.. startrev: db5a1e7fbbd0
 
-.. branch: zlib-make-py3-go-boom
+.. branch: fix-literal-prev_digit-underscore
 
-Complain if you try to copy a flushed zlib decompress on py3
-
-.. branch: winoverlapped
-
-Add support for async (overlapped) IO on Windows.
-
+Fix parsing for converting strings with underscore into ints


More information about the pypy-commit mailing list