[issue11597] Can't get ConfigParser.write to write unicode strings

R. David Murray report at bugs.python.org
Fri Mar 18 19:09:11 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Well, python3 is probably pushing some people to try to add better unicode support to their python2 versions.  I think it is more a question of "is this an easy fix?" or would it require extensive changes to support unicode properly.  If it is easy (ie: it is really just a bug in configparser's string handling) I don't see a downside to fixing it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11597>
_______________________________________


More information about the Python-bugs-list mailing list