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 pitrou
Recipients georg.brandl, giampaolo.rodola, gregory.p.smith, loewis, pitrou, rosslagerwall
Date 2011-01-03.14:14:09
SpamBayes Score 2.1933325e-05
Marked as misclassified No
Message-id <1294064052.41.0.315741384576.issue10812@psf.upfronthosting.co.za>
In-reply-to
Content
First couple comments:
- you don't have to modify Misc/NEWS yourself; it will probably make patch maintenance easier
- it would seem more natural for readv() to take a sequence of writable buffers (such as bytearrays) instead; I don't think the current signature is very useful
- readv() and writev() should support both lists and tuples, at the minimum (perhaps arbitrary iterables if you like to spend more time on it :-)): see the PySequence* API
History
Date User Action Args
2011-01-03 14:14:12pitrousetrecipients: + pitrou, loewis, georg.brandl, gregory.p.smith, giampaolo.rodola, rosslagerwall
2011-01-03 14:14:12pitrousetmessageid: <1294064052.41.0.315741384576.issue10812@psf.upfronthosting.co.za>
2011-01-03 14:14:09pitroulinkissue10812 messages
2011-01-03 14:14:09pitroucreate