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.

classification
Title: Fix C API documentation: Argument parsing
Type: Stage:
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: vstinner Nosy List: georg.brandl, vstinner
Priority: normal Keywords: patch

Created on 2010-03-25 00:09 by vstinner, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
c-api_arg.patch vstinner, 2010-03-25 00:09
Messages (3)
msg101659 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-03-25 00:09
Patch fixing Doc/c-api/arg.rst:
 * 'z', 'z#', 'z*' does also accept Unicode
 * unify types name: replace "string or Unicode objet" by "string or Unicode" (it's shorter ;-))

See also #8215 and #2322.
msg102145 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-04-02 08:40
Looks good to me.
msg102230 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-04-03 08:44
Commited: r79654 (trunk), r79655 (2.7), blocked in py3k and 3.1 (see #8215 and #2322)
History
Date User Action Args
2022-04-11 14:56:59adminsetgithub: 52474
2010-04-03 08:44:00vstinnersetstatus: open -> closed
resolution: accepted -> fixed
messages: + msg102230
2010-04-02 08:40:36georg.brandlsetassignee: georg.brandl -> vstinner
resolution: accepted
messages: + msg102145
2010-03-25 00:09:16vstinnercreate