diff options
author | Martin Panter <vadmium+py@gmail.com> | 2017-01-29 10:17:17 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2017-01-29 10:17:17 +0000 |
commit | 15c78003846edcd7b8447936ef76df1140286c5a (patch) | |
tree | 6e4f2408010c4576e6d1ec7df7b070b7463291aa /Misc/NEWS | |
parent | 23352add84278fc0476b2d6599489fbb70c9f5bc (diff) | |
download | cpython-15c78003846edcd7b8447936ef76df1140286c5a.tar.gz |
Issues #29349: Add NEWS for 3.7; use ?with? statement
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |