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

STINNER Victor report at bugs.python.org
Wed Apr 6 11:36:09 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> I think it is more a question of "is this an easy fix?" 
> or would it require extensive changes to support unicode properly.

First of all, the question is: who would like to develop it. You can vote for an issue, but it doesn't change anything if you don't find a developer to implement your idea :-)

Anyway, try to use Python everywhere in Python 2 is a waste of time. The work has already been done in Python 3, and it's much easier to use Unicode in Python 3, just because everything uses Unicode (exceptions, filenames, file content, modules, etc.).

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list