mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Add versionadded tag to PySys_FormatStd*() functions doc
This commit is contained in:
parent
2460a43a65
commit
ad5b1df67f
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue