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 eryksun
Recipients docs@python, eryksun, tom.pohl
Date 2015-08-07.17:54:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438970044.55.0.268168461939.issue24823@psf.upfronthosting.co.za>
In-reply-to
Content
Not every buffer is null-terminated. That's just the assumption used if the size isn't specified. The documentation can possibly be reworded to make this clearer, but the function itself shouldn't be changed.
History
Date User Action Args
2015-08-07 17:54:04eryksunsetrecipients: + eryksun, docs@python, tom.pohl
2015-08-07 17:54:04eryksunsetmessageid: <1438970044.55.0.268168461939.issue24823@psf.upfronthosting.co.za>
2015-08-07 17:54:04eryksunlinkissue24823 messages
2015-08-07 17:54:04eryksuncreate