Commit ad5b1df6 authored by Victor Stinner's avatar Victor Stinner

Add versionadded tag to PySys_FormatStd*() functions doc

parent 2460a43a
...@@ -118,11 +118,15 @@ accessible to C code. They all work with the current interpreter thread's ...@@ -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 :cfunc:`PyUnicode_FromFormatV` and don't truncate the message to an
arbitrary length. arbitrary length.
.. versionadded:: 3.2
.. cfunction:: void PySys_FormatStderr(const char *format, ...) .. cfunction:: void PySys_FormatStderr(const char *format, ...)
As :cfunc:`PySys_FormatStdout`, but write to :data:`sys.stderr` or *stderr* As :cfunc:`PySys_FormatStdout`, but write to :data:`sys.stderr` or *stderr*
instead. instead.
.. versionadded:: 3.2
.. _processcontrol: .. _processcontrol:
Process Control Process Control
......
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