Eugene Klimov added the comment:

some workaround

import configparser
import codecs

cfg = configparser.ConfigParser()
cfg.write(codecs.open('filename','wb+','utf-8'))

----------
nosy: +Eugene.Klimov

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11597>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to