[New-bugs-announce] [issue8227] Fix C API documentation: Argument parsing

STINNER Victor report at bugs.python.org
Thu Mar 25 01:09:18 CET 2010


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

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.

----------
assignee: georg.brandl
components: Documentation
files: c-api_arg.patch
keywords: patch
messages: 101659
nosy: georg.brandl, haypo
severity: normal
status: open
title: Fix C API documentation: Argument parsing
versions: Python 2.7
Added file: http://bugs.python.org/file16636/c-api_arg.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8227>
_______________________________________


More information about the New-bugs-announce mailing list