Issue 8227: Fix C API documentation: Argument parsing (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/52474

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:59 admin set github: 52474
2010-04-03 08:44:00 vstinner set status: open -> closedresolution: accepted -> fixedmessages: +
2010-04-02 08:40:36 georg.brandl set assignee: georg.brandl -> vstinnerresolution: acceptedmessages: +
2010-03-25 00:09:16 vstinner create