[issue37533] Possible Unicode handling issue in python.

Zachary Ware report at bugs.python.org
Tue Jul 9 18:02:00 EDT 2019


Zachary Ware <zachary.ware at gmail.com> added the comment:

That issue shows a traceback from Python 2.7, which handles Unicode significantly differently than (read "not as well as") Python 3.  If the issue can be boiled down to a few lines of Python code that show a real problem in Python 3's Unicode handling (rather than in Tribler or PyQT) please reopen, but for now I see no indication that this is a problem in Python 3.  The chances of changing Python 2's Unicode handling in any meaningful way at this point in its lifecycle are nearly nil.

----------
components: +Unicode
nosy: +zach.ware -brett.cannon
resolution:  -> third party
stage:  -> resolved
status:  -> closed
type: compile error -> behavior
versions: +Python 2.7 -Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37533>
_______________________________________


More information about the Python-bugs-list mailing list