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 gregory.p.smith
Recipients gregory.p.smith
Date 2007-10-11.08:45:39
SpamBayes Score 0.0006925431
Marked as misclassified No
Message-id <1192092343.97.0.94438121325.issue1261@psf.upfronthosting.co.za>
In-reply-to
Content
This makes all existing bytesobject.c methods use the buffer API rather
than explicitly requiring bytes objects as input.  It also fixes input
to append() and remove() that was not strict enough and improves a few
unit tests in that area.

NOTE: this patch likely depends on http://bugs.python.org/issue1260
removing the buffer API from the unicode type in order for all unit
tests to pass (i only tested it with that applied since thats where
we're headed).
Files
File name Uploaded
bytes-methods-use-buffer-api-01.diff.txt gregory.p.smith, 2007-10-11.08:45:39
History
Date User Action Args
2007-10-11 08:45:44gregory.p.smithsetspambayes_score: 0.000692543 -> 0.0006925431
recipients: + gregory.p.smith
2007-10-11 08:45:44gregory.p.smithsetspambayes_score: 0.000692543 -> 0.000692543
messageid: <1192092343.97.0.94438121325.issue1261@psf.upfronthosting.co.za>
2007-10-11 08:45:43gregory.p.smithlinkissue1261 messages
2007-10-11 08:45:43gregory.p.smithcreate