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 amaury.forgeotdarc, beazley, gregory.p.smith, gvanrossum, loewis, pitrou
Date 2009-02-01.06:29:48
SpamBayes Score 1.2693804e-09
Marked as misclassified No
Message-id <1233469790.98.0.466547378099.issue4428@psf.upfronthosting.co.za>
In-reply-to
Content
I've uploaded a new patch set with more extensive unit tests.  It also
handles the case of writing array.array objects (or anything with a
memoryview itemsize > 1).  The previous code would buffer by item rather
than by byte.  it has been updated in codereview as well.
History
Date User Action Args
2009-02-01 06:29:51gregory.p.smithsetrecipients: + gregory.p.smith, gvanrossum, loewis, beazley, amaury.forgeotdarc, pitrou
2009-02-01 06:29:50gregory.p.smithsetmessageid: <1233469790.98.0.466547378099.issue4428@psf.upfronthosting.co.za>
2009-02-01 06:29:49gregory.p.smithlinkissue4428 messages
2009-02-01 06:29:49gregory.p.smithcreate