[issue4682] 'b' formatter is actually unsigned char

2008-12-27 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed the docs in r67958. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue4682] 'b' formatter is actually unsigned char

2008-12-17 Thread vt
New submission from vt : The 'b' format unit to PyArg_ParseTuple, PyArg_ParseTupleAndKeywords, and PyArg_Parse is described in the documentation (in Parsing arguments and building values) as representing a signed char, but actually represents an unsigned char. Personally, I would say that thi