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 xiang.zhang
Recipients Rich.Rauenzahn, lukasz.langa, xiang.zhang
Date 2016-06-19.05:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466312757.62.0.381172976405.issue27351@psf.upfronthosting.co.za>
In-reply-to
Content
The doc tells ConfigParser.read accepts a filename or a list of filenames. Why do you pass it fileobject? If you want to use fileobject, why not read_file?
History
Date User Action Args
2016-06-19 05:05:57xiang.zhangsetrecipients: + xiang.zhang, lukasz.langa, Rich.Rauenzahn
2016-06-19 05:05:57xiang.zhangsetmessageid: <1466312757.62.0.381172976405.issue27351@psf.upfronthosting.co.za>
2016-06-19 05:05:57xiang.zhanglinkissue27351 messages
2016-06-19 05:05:57xiang.zhangcreate