]> granicus.if.org Git - python/commitdiff
Add versionadded tag to PySys_FormatStd*() functions doc
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 Aug 2010 18:39:49 +0000 (18:39 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 Aug 2010 18:39:49 +0000 (18:39 +0000)
Doc/c-api/sys.rst

index d4d27954b54d5975e37365f8d7165d6c35373a33..27ee94c85c27d2ca68c5612e55a60fd3cde08da7 100644 (file)
@@ -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