Author ncoghlan
Recipients haypo, meador.inge, michael.foord, ncoghlan
Date 2010-09-29.20:46:41
SpamBayes Score 0.000948283
Marked as misclassified No
Message-id <1285793203.12.0.938966098517.issue9969@psf.upfronthosting.co.za>
In-reply-to
Content
As per Antoine's comment on #9873, requiring a real string via isinstance(source, str) to trigger the string IO version is likely to be cleaner than attempting to duck-type this. Strings are an area where we make so many assumptions about the way their internals work that duck-typing generally isn't all that effective.
History
Date User Action Args
2010-09-29 20:46:43ncoghlansetrecipients: + ncoghlan, haypo, michael.foord, meador.inge
2010-09-29 20:46:43ncoghlansetmessageid: <1285793203.12.0.938966098517.issue9969@psf.upfronthosting.co.za>
2010-09-29 20:46:41ncoghlanlinkissue9969 messages
2010-09-29 20:46:41ncoghlancreate