This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients JBernardo, ezio.melotti, ned.deily, terry.reedy
Date 2011-10-15.20:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1318711692.18.0.216742140021.issue13153@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-10-15 20:48:12ezio.melottisetrecipients: + ezio.melotti, terry.reedy, ned.deily, JBernardo
2011-10-15 20:48:12ezio.melottisetmessageid: <1318711692.18.0.216742140021.issue13153@psf.upfronthosting.co.za>
2011-10-15 20:48:11ezio.melottilinkissue13153 messages
2011-10-15 20:48:11ezio.melotticreate