R. David Murray <rdmur...@bitdance.com> added the comment:

>>> str(u"\u0411")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0411' in position 
0: ordinal not in range(128)

So, clearly configparser in 2.x doesn't support unicode.  Now the question is, 
is this a bug or would adding support be a feature? (If the latter it can't be 
fixed in 2.7.)  I'll leave the answer to that question up to Lucaz.

----------
assignee:  -> lukasz.langa
nosy: +lukasz.langa, r.david.murray

_______________________________________
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