[issue32940] IDLE: pyparse - simplify StringTranslatePseudoMapping

Serhiy Storchaka report at bugs.python.org
Wed Feb 28 00:47:01 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Don't use ord('x'). Use just 'x' or b'x'[0].

----------

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


More information about the Python-bugs-list mailing list