This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, eli.bendersky, lemburg, vstinner
Date 2011-02-10.15:42:46
SpamBayes Score 0.00019997956
Marked as misclassified No
Message-id <1297352567.33.0.838202322016.issue11173@psf.upfronthosting.co.za>
In-reply-to
Content
> PyErr_WarnFormat

is already documented in Doc/c-api/exceptions.rst

> PyImport_ExecCodeModuleWithPathnames

is already documented in Doc/c-api/import.rst

> PyModule_GetFilenameObject

is already documented in Doc/c-api/module.rst

> PySys_AddWarnOptionUnicode, PySys_FormatStderr and PySys_FormatStdout

are already documented in Doc/c-api/sys.rst

> PyUnicode_AsUnicodeCopy, PyUnicode_AsWideCharString, PyUnicode_EncodeFSDefault and PyUnicode_FSDecoder

are already documented in Doc/c-api/unicode.rst

Mark Shannon should read the documentation more carefuly.
History
Date User Action Args
2011-02-10 15:42:47vstinnersetrecipients: + vstinner, lemburg, eli.bendersky, docs@python
2011-02-10 15:42:47vstinnersetmessageid: <1297352567.33.0.838202322016.issue11173@psf.upfronthosting.co.za>
2011-02-10 15:42:46vstinnerlinkissue11173 messages
2011-02-10 15:42:46vstinnercreate