diff options
author | Ryan Gonzalez <refi64@users.noreply.github.com> | 2017-02-11 04:47:37 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2017-02-11 04:47:37 (GMT) |
commit | e7ffb99f842ebff97cffa0fc90b18be4e5abecf2 (patch) | |
tree | 981db24da947b618bf11ab069d4076cf98cb6096 /Misc | |
parent | 29896ad3d33aaf1b9cb1e0f117f7d989843b4a19 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |