summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-29 10:05:02 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2017-01-29 10:05:02 (GMT)
commit8f3fb723091ced7ffd4f703f2480f044db5c8bc4 (patch)
tree5b0dd09db9c0198c4420df56c703f1d5c8222eb5 /Misc
parent8dbb0ca573436dcc780ae3fc00941f928f02b708 (diff)
downloadcpython-8f3fb723091ced7ffd4f703f2480f044db5c8bc4.zip
cpython-8f3fb723091ced7ffd4f703f2480f044db5c8bc4.tar.gz
cpython-8f3fb723091ced7ffd4f703f2480f044db5c8bc4.tar.bz2
Issue #29349: Fix Python 2 syntax in documentation build code
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6ad85d5..eac8ba0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,11 @@ C API
Py_BuildValue() were not available in limited API of version < 3.3 when
PY_SSIZE_T_CLEAN is defined.
+Documentation
+-------------
+
+- Issue #29349: Fix Python 2 syntax in code for building the documentation.
+
What's New in Python 3.5.3?
===========================