[issue5618] PyMemberDef type T_UBYTE incorrectly documtented
Brian Curtin
report at bugs.python.org
Tue Mar 31 05:36:01 CEST 2009
New submission from Brian Curtin <curtin at acm.org>:
One of the available options for the type field in the PyMemberDef
structure is incorrectly listed as T_UNBYTE. T_UBYTE is the correct type.
See http://docs.python.org/c-api/structures.html#PyMemberDef
----------
assignee: georg.brandl
components: Documentation
files: structures_2x.patch
keywords: patch
messages: 84747
nosy: briancurtin, georg.brandl
severity: normal
status: open
title: PyMemberDef type T_UBYTE incorrectly documtented
type: behavior
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file13504/structures_2x.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5618>
_______________________________________
More information about the Python-bugs-list
mailing list