[docs] [issue10058] Unclear PyString_AsStringAndSize return value
Georg Brandl
report at bugs.python.org
Fri Oct 15 21:21:55 CEST 2010
Georg Brandl <georg at python.org> added the comment:
Same here. There is only ever one return value on error unless documented otherwise, since the type of error is already contained in the exception that is set on return.
----------
nosy: +georg.brandl
resolution: -> works for me
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10058>
_______________________________________
More information about the docs
mailing list