Message145607
This can also be reproduced by doing:
>>> print('\U000104a2'[0])
and then copy/pasting the lone surrogate.
The traceback is:
[...]
File "C:\Programs\Python32\Lib\tkinter\__init__.py", line 1009, in mainloop
self.tk.mainloop(n)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1: invalid continuation byte |
|
| Date |
User |
Action |
Args |
| 2011-10-15 20:48:12 | ezio.melotti | set | recipients:
+ ezio.melotti, terry.reedy, ned.deily, JBernardo |
| 2011-10-15 20:48:12 | ezio.melotti | set | messageid: <[email protected]> |
| 2011-10-15 20:48:11 | ezio.melotti | link | issue13153 messages |
| 2011-10-15 20:48:11 | ezio.melotti | create | |
|