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 loewis
Recipients amaury.forgeotdarc, barry, donmez, giampaolo.rodola, gpolo, loewis, pitrou
Date 2008-07-24.16:03:55
SpamBayes Score 0.0013099689
Marked as misclassified No
Message-id <1216915443.2.0.218456409846.issue3139@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch adding the s* format, and changing files, sockets, and
fileio to use it. For bz2, the immediate effect is that you get a type
error (as an object providing bf_releasebuffer cannot be converted
through s#/w# anymore); it would be possible to fix bz2 also to use
s*/w* instead.

I'd like reviewers to focus on flaws in the approach and bugs in the
implementation; existing code should be converted to the new API
afterwards (or not converted at all for 2.6/3.0, but only as patches get
contributed).

If this is accepted in principle, I'll forward-port it to 3.0.
History
Date User Action Args
2008-07-24 16:04:04loewissetspambayes_score: 0.00130997 -> 0.0013099689
recipients: + loewis, barry, amaury.forgeotdarc, pitrou, giampaolo.rodola, donmez, gpolo
2008-07-24 16:04:03loewissetspambayes_score: 0.00130997 -> 0.00130997
messageid: <1216915443.2.0.218456409846.issue3139@psf.upfronthosting.co.za>
2008-07-24 16:04:02loewislinkissue3139 messages
2008-07-24 16:04:01loewiscreate