[issue6745] (curses) addstr() takes str in Python 3
Trundle
report at bugs.python.org
Fri Aug 28 00:59:27 CEST 2009
Trundle <andy-python at hammerhartes.de> added the comment:
Yes, it uses a version of ncurses which supports wide characters, I
checked that.
I agree that using bytes instead may not be the preferred solution in
Python 3. The point is, currently, it is broken if the user does not
use an utf-8 environment.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6745>
_______________________________________
More information about the Python-bugs-list
mailing list