From: Berker Peksag Date: Fri, 25 Nov 2016 14:38:13 +0000 (+0300) Subject: Issue #28796: Silence Sphinx warnings X-Git-Tag: v3.7.0a1~1880 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b121f168943c0f9f3236201aee3e9f29ac4f1299;p=python Issue #28796: Silence Sphinx warnings WARNING: Inline emphasis start-string without end-string. Patch by Julien Palard. --- diff --git a/Misc/NEWS b/Misc/NEWS index d465cdcae1..385af89d73 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -443,10 +443,10 @@ C API - Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, PyStructSequence_Field, PyStructSequence_Desc, and wrapperbase are now of - type "const char *" rather of "char *". + type ``const char *`` rather of ``char *``. -- Issue #28748: Private variable _Py_PackageContext is now of type "const char *" - rather of "char *". +- Issue #28748: Private variable _Py_PackageContext is now of type ``const char *`` + rather of ``char *``. - Issue #19569: Compiler warnings are now emitted if use most of deprecated functions.