Message 72483 - Python tracker

Message72483

Author gregory.p.smith
Recipients alexandre.vassalotti, gregory.p.smith, pitrou, pythonhacker
Date 2008-09-04.05:15:36
SpamBayes Score 6.373927e-05
Marked as misclassified No
Message-id <1220505337.95.0.256166943185.issue3492@psf.upfronthosting.co.za>
In-reply-to
Content
this is a very simple patch and makes sense to me.  marking it a release 
blocker and asking about it on the mailing list.  if anyone disagrees 
with this one please speak up.

in general IO input functions elsewhere return bytes().  zlib should as 
well.  this fixes that.
History
Date User Action Args
2008-09-04 05:15:38gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, alexandre.vassalotti, pythonhacker
2008-09-04 05:15:37gregory.p.smithsetmessageid: <1220505337.95.0.256166943185.issue3492@psf.upfronthosting.co.za>
2008-09-04 05:15:37gregory.p.smithlinkissue3492 messages
2008-09-04 05:15:36gregory.p.smithcreate