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-16.00:31:50
SpamBayes Score 0.10419149
Marked as misclassified No
Message-id <1192494710.42.0.243752942125.issue1283@psf.upfronthosting.co.za>
In-reply-to
Content
The PyBytes (pep3137 buffer) .extend() method currently only accepts as
input something supporting the pep3118 buffer API.  It also needs to
accept an iterable of ints in the 0..255 range.
History
Date User Action Args
2007-10-16 00:31:50gregory.p.smithsetspambayes_score: 0.104191 -> 0.10419149
recipients: + gregory.p.smith
2007-10-16 00:31:50gregory.p.smithsetspambayes_score: 0.104191 -> 0.104191
messageid: <1192494710.42.0.243752942125.issue1283@psf.upfronthosting.co.za>
2007-10-16 00:31:50gregory.p.smithlinkissue1283 messages
2007-10-16 00:31:50gregory.p.smithcreate