[issue20363] BytesWarnings triggerred by test suite

Serhiy Storchaka report at bugs.python.org
Fri Jan 24 09:06:05 CET 2014


Serhiy Storchaka added the comment:

And

    'print(hash(eval(%s.decode("utf-8"))))' % repr_.encode("utf-8")

can be simplified to

    'print(hash(eval(%a)))' % repr_

----------

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


More information about the Python-bugs-list mailing list