]> granicus.if.org Git - python/commit
Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 Aug 2010 17:36:42 +0000 (17:36 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 Aug 2010 17:36:42 +0000 (17:36 +0000)
commit79766636b6fbc7e01af160008df9cd31112716d6
tree3a14e0774a6549426c477b6af2cd2a5fbb723248
parent982c018b3292e368e3fd808e36d91023296c5255
Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr()

Write a message formatted by PyUnicode_FromFormatV() to sys.stdout and
sys.stderr.
Doc/c-api/sys.rst
Include/sysmodule.h
Misc/NEWS
Python/sysmodule.c