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-01-21.00:18:10
SpamBayes Score 1.3859376e-05
Marked as misclassified No
Message-id <1232497091.82.0.461206020632.issue4428@psf.upfronthosting.co.za>
In-reply-to
Content
I know of no code relying on this behavior, I merely duplicated the 
behavior that existed while writing the patch.  I'm happy to simplify.  
Adding Guido to the CC list for a pronouncement.

Guido is it okay to change io.BufferedWriter.write() in release30-maint 
to no longer accept iterables that do not support len() and things that 
do not support the buffer API?

Antoine already notes in the codereview that other existing io classes 
such as FileIO currently do not support non bytes/buffer or buffer-api 
supporting inputs:  http://codereview.appspot.com/12470/patch/1/3
History
Date User Action Args
2009-01-21 00:18:12gregory.p.smithsetrecipients: + gregory.p.smith, gvanrossum, loewis, beazley, amaury.forgeotdarc, pitrou
2009-01-21 00:18:11gregory.p.smithsetmessageid: <1232497091.82.0.461206020632.issue4428@psf.upfronthosting.co.za>
2009-01-21 00:18:11gregory.p.smithlinkissue4428 messages
2009-01-21 00:18:10gregory.p.smithcreate