[docs] [issue11634] misleading comment on PyBytes_FromStringAndSize

Eli Bendersky report at bugs.python.org
Tue Mar 22 19:52:08 CET 2011


Eli Bendersky <eliben at gmail.com> added the comment:

Sure, I just wanted confirmation from another dev that it's indeed an error and I'm not missing anything. 

I suppose the fix is just replace "for both PyBytes_FromString() and PyBytes_FromStringAndSize()" with just "for PyBytes_FromStringAndSize()".

I'll commit the change to all relevant branches.

----------

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


More information about the docs mailing list