From: Benjamin Peterson Date: Sat, 16 Aug 2008 03:02:41 +0000 (+0000) Subject: fix markup X-Git-Tag: v2.6b3~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4eb993939dfe6c10a2e12f35ee7f1c250f222a8f;p=thirdparty%2FPython%2Fcpython.git fix markup --- diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index 5ceab58cd2b2..1ea9e9a64b22 100644 --- a/Doc/c-api/arg.rst +++ b/Doc/c-api/arg.rst @@ -57,6 +57,7 @@ variable(s) whose address should be passed. ``z*`` (string or ``None`` or any buffer compatible object) [Py_buffer*] This is to ``s*`` as ``z`` is to ``s``. + .. versionadded:: 2.6 ``u`` (Unicode object) [Py_UNICODE \*]