[pypy-commit] pypy py3.6: document branch

rlamy pypy.commits at gmail.com
Thu Aug 8 10:16:47 EDT 2019


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: py3.6
Changeset: r97103:8c882c594b3f
Date: 2019-08-08 14:35 +0100
http://bitbucket.org/pypy/pypy/changeset/8c882c594b3f/

Log:	document branch

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
@@ -34,3 +34,8 @@
 .. branch: stdlib-3.6.9
 
 Update standard library to version 3.6.9
+
+.. branch: __debug__-optimize
+
+Fix handling of __debug__, sys.flags.optimize, and '-O' command-line flag to 
+match CPython 3.6.


More information about the pypy-commit mailing list