summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRyan Gonzalez <refi64@users.noreply.github.com>2017-02-11 04:47:37 (GMT)
committerINADA Naoki <methane@users.noreply.github.com>2017-02-11 04:47:37 (GMT)
commite7ffb99f842ebff97cffa0fc90b18be4e5abecf2 (patch)
tree981db24da947b618bf11ab069d4076cf98cb6096 /Misc
parent29896ad3d33aaf1b9cb1e0f117f7d989843b4a19 (diff)
downloadcpython-e7ffb99f842ebff97cffa0fc90b18be4e5abecf2.zip
cpython-e7ffb99f842ebff97cffa0fc90b18be4e5abecf2.tar.gz
cpython-e7ffb99f842ebff97cffa0fc90b18be4e5abecf2.tar.bz2
Fix some sphinx warnings (#9)
* Fix some deprecation warnings in Doc/conf.py * Fix an rst error in Misc/NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5feaac7..48d786d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -661,7 +661,7 @@ C API
PY_SSIZE_T_CLEAN is defined.
- Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
- is now of type "const char *" rather of "char *".
+ is now of type ``const char *`` rather of ``char *``.
- Issue #29058: All stable API extensions added after Python 3.2 are now
available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of