[issue30310] tkFont.py assumes that all font families are encoded as ascii in Python 2.7

Serhiy Storchaka report at bugs.python.org
Sat May 13 01:24:46 EDT 2017


Serhiy Storchaka added the comment:

Since the source of the unicode font family is Tkinter, I think it is better not encode it in Python, but pass it as unicode and allow Tkinter to convert a unicode to a Tcl value.

----------

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


More information about the Python-bugs-list mailing list