Message397666
As reported by Will McGugan on twitter:
Printing may be wrong for some unicode characters like:
Traceback (most recent call last):
File "test.py", line 1, in <module>
x = ("该" / 0) + (1 / 2)
~~~~~~^
TypeError: unsupported operand type(s) for /: 'str' and 'int'
and
Traceback (most recent call last):
File "test.py", line 3, in <module>
x = ("💩" / 0) + (1 / 2)
~~~~~~~
TypeError: unsupported operand type(s) for /: 'str' and 'int' |
|
Date |
User |
Action |
Args |
2021-07-16 20:51:10 | ammar2 | set | recipients:
+ ammar2, terry.reedy, nedbat, aroberge, Mark.Shannon, serhiy.storchaka, pablogsal, miss-islington, brandtbucher, BTaskaya |
2021-07-16 20:51:10 | ammar2 | set | messageid: <1626468670.75.0.0137718767081.issue43950@roundup.psfhosted.org> |
2021-07-16 20:51:10 | ammar2 | link | issue43950 messages |
2021-07-16 20:51:10 | ammar2 | create | |
|