Kaydet (Commit) b121f168 authored tarafından Berker Peksag's avatar Berker Peksag

Issue #28796: Silence Sphinx warnings

WARNING: Inline emphasis start-string without end-string.

Patch by Julien Palard.
üst 5d307ef8
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment