New submission from Brian Curtin <cur...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue5618> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com