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 ygale
Recipients alexandre.vassalotti, georg.brandl, gvanrossum, ygale
Date 2007-10-25.12:08:58
SpamBayes Score 0.23248106
Marked as misclassified No
Message-id <1193314140.09.0.314444594945.issue1286@psf.upfronthosting.co.za>
In-reply-to
Content
I was actually bitten badly by this issue with
StringIO. I added fileinput only as an afterthought.

In an xml.sax app, I needed seek() support for a
codec-wrapped file handle, so I over-wrapped it with
StringIO. The result was that I had to refactor code all over
the place to handle StringIO as a special case. What a
mess!

Why is this getting over-excited? It's a very
lightweight change. You can't beat the cost/benefit ratio.
History
Date User Action Args
2007-10-25 12:09:00ygalesetspambayes_score: 0.232481 -> 0.23248106
recipients: + ygale, gvanrossum, georg.brandl, alexandre.vassalotti
2007-10-25 12:09:00ygalesetspambayes_score: 0.232481 -> 0.232481
messageid: <1193314140.09.0.314444594945.issue1286@psf.upfronthosting.co.za>
2007-10-25 12:09:00ygalelinkissue1286 messages
2007-10-25 12:08:59ygalecreate