From: Berker Peksag Date: Sun, 24 Apr 2016 00:06:44 +0000 (+0300) Subject: Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst X-Git-Tag: v3.6.0a1~141^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=544ae59b8e7a282e9dc5edadbca68b263b3a67b7;p=thirdparty%2FPython%2Fcpython.git Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst Patch by Corey Brune. --- diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 0b45958793de..a0672ca2573d 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -613,8 +613,7 @@ APIs: This function checks that *unicode* is a Unicode object, that the index is not out of bounds, and that the object can be modified safely (i.e. that it - its reference count is one), in contrast to the macro version - :c:func:`PyUnicode_WRITE_CHAR`. + its reference count is one). .. versionadded:: 3.3