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 Eugene.Klimov
Recipients Eugene.Klimov, georg.brandl, lukasz.langa, r.david.murray, rhettinger, the_isz, vstinner
Date 2013-04-26.05:51:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366955493.18.0.965152716153.issue11597@psf.upfronthosting.co.za>
In-reply-to
Content
some workaround

import configparser
import codecs

cfg = configparser.ConfigParser()
cfg.write(codecs.open('filename','wb+','utf-8'))
History
Date User Action Args
2013-04-26 05:51:33Eugene.Klimovsetrecipients: + Eugene.Klimov, georg.brandl, rhettinger, vstinner, r.david.murray, lukasz.langa, the_isz
2013-04-26 05:51:33Eugene.Klimovsetmessageid: <1366955493.18.0.965152716153.issue11597@psf.upfronthosting.co.za>
2013-04-26 05:51:33Eugene.Klimovlinkissue11597 messages
2013-04-26 05:51:33Eugene.Klimovcreate