This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author drukker
Recipients drukker, georg.brandl
Date 2009-09-11.09:24:42
SpamBayes Score 4.0787065e-05
Marked as misclassified No
Message-id <1252661084.46.0.992588228962.issue6881@psf.upfronthosting.co.za>
In-reply-to
Content
in Doc/c-api/bytearray.rst:

    PyObject* PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len)

should be:

    int PyByteArray_Resize(PyObject *bytearray, Py_ssize_t len)

as per Include/bytearrayobject.h
History
Date User Action Args
2009-09-11 09:24:44drukkersetrecipients: + drukker, georg.brandl
2009-09-11 09:24:44drukkersetmessageid: <1252661084.46.0.992588228962.issue6881@psf.upfronthosting.co.za>
2009-09-11 09:24:42drukkerlinkissue6881 messages
2009-09-11 09:24:42drukkercreate