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 gvanrossum
Recipients alexandre.vassalotti, georg.brandl, gvanrossum, ygale
Date 2007-10-24.18:30:37
SpamBayes Score 0.04540757
Marked as misclassified No
Message-id <1193250638.06.0.983932344886.issue1286@psf.upfronthosting.co.za>
In-reply-to
Content
Let's not get overexcited. I agree that it makes sense for fileinput,
but I disagree about *StringIO; its close() isn't needed to free
resources (since it doesn't use up a scarce resource like a file
descriptor).

Can you whip up a patch for fileinput?  Please include unit tests and
documentation.
History
Date User Action Args
2007-10-24 18:30:38gvanrossumsetspambayes_score: 0.0454076 -> 0.04540757
recipients: + gvanrossum, georg.brandl, ygale, alexandre.vassalotti
2007-10-24 18:30:38gvanrossumsetspambayes_score: 0.0454076 -> 0.0454076
messageid: <1193250638.06.0.983932344886.issue1286@psf.upfronthosting.co.za>
2007-10-24 18:30:38gvanrossumlinkissue1286 messages
2007-10-24 18:30:37gvanrossumcreate