summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-29 10:17:17 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2017-01-29 10:17:17 (GMT)
commitc654f0acf91eb38a312c12dcaf6902c14dcfc885 (patch)
tree2e8631b16fc5a292b66953a1ecb0bbe788e191ab /Misc
parent3a6dc19f6ea42a43e64b9c0b75d8a7792c16330a (diff)
downloadcpython-c654f0acf91eb38a312c12dcaf6902c14dcfc885.zip
cpython-c654f0acf91eb38a312c12dcaf6902c14dcfc885.tar.gz
cpython-c654f0acf91eb38a312c12dcaf6902c14dcfc885.tar.bz2
Issues #29349: Add NEWS for 3.7; use “with” statement
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index add8d74..8e7b242 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -663,6 +663,8 @@ C API
Documentation
-------------
+- Issue #29349: Fix Python 2 syntax in code for building the documentation.
+
- Issue #23722: The data model reference and the porting section in the
3.6 What's New guide now cover the additional ``__classcell__`` handling
needed for custom metaclasses to fully support PEP 487 and zero-argument