From: Victor Stinner Date: Mon, 16 Aug 2010 18:39:49 +0000 (+0000) Subject: Add versionadded tag to PySys_FormatStd*() functions doc X-Git-Tag: v3.2a2~281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad5b1df67fcf58a66773e93feabc9cd10d0f9b34;p=thirdparty%2FPython%2Fcpython.git Add versionadded tag to PySys_FormatStd*() functions doc --- diff --git a/Doc/c-api/sys.rst b/Doc/c-api/sys.rst index d4d27954b54d..27ee94c85c27 100644 --- a/Doc/c-api/sys.rst +++ b/Doc/c-api/sys.rst @@ -118,11 +118,15 @@ accessible to C code. They all work with the current interpreter thread's :cfunc:`PyUnicode_FromFormatV` and don't truncate the message to an arbitrary length. + .. versionadded:: 3.2 + .. cfunction:: void PySys_FormatStderr(const char *format, ...) As :cfunc:`PySys_FormatStdout`, but write to :data:`sys.stderr` or *stderr* instead. + .. versionadded:: 3.2 + .. _processcontrol: Process Control