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 r.david.murray
Recipients anacrolix, gregory.p.smith, lukasz.langa, pitrou, r.david.murray, vstinner
Date 2011-07-20.12:06:42
SpamBayes Score 0.0019481691
Marked as misclassified No
Message-id <1311163603.33.0.445786899589.issue12591@psf.upfronthosting.co.za>
In-reply-to
Content
This isn't a problem with ConfigParser, it's a problem with the text file object returned by Subprocess.  You can reproduce the bug by trying to iterate over the TextIOWrapper returned by subprocess.

(It is true, however, that the ConfigParser docs should be specific that it isn't "any file", but "any text file".  If you would like to open a separate issue about that, that would be great).
History
Date User Action Args
2011-07-20 12:06:43r.david.murraysetrecipients: + r.david.murray, gregory.p.smith, pitrou, vstinner, anacrolix, lukasz.langa
2011-07-20 12:06:43r.david.murraysetmessageid: <1311163603.33.0.445786899589.issue12591@psf.upfronthosting.co.za>
2011-07-20 12:06:42r.david.murraylinkissue12591 messages
2011-07-20 12:06:42r.david.murraycreate