summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-29 10:09:43 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2017-01-29 10:09:43 (GMT)
commite61592e7e1dd56bf88c9153465157e501bf48c50 (patch)
tree2e38f7a817df53d021fcefe0a1d40bc8a730554a /Misc/NEWS
parent2be98894059a13529d5696afb8fcb33408d2e9dd (diff)
parent8f3fb723091ced7ffd4f703f2480f044db5c8bc4 (diff)
downloadcpython-e61592e7e1dd56bf88c9153465157e501bf48c50.zip
cpython-e61592e7e1dd56bf88c9153465157e501bf48c50.tar.gz
cpython-e61592e7e1dd56bf88c9153465157e501bf48c50.tar.bz2
Issues #29349: Merge Py 2 fix 3.5
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 768ba4b..faec6f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -157,6 +157,11 @@ C API
available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of
the minimum Python version supporting this API.
+Documentation
+-------------
+
+- Issue #29349: Fix Python 2 syntax in code for building the documentation.
+
Tests
-----