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 pitrou
Recipients pitrou
Date 2010-07-12.10:26:59
SpamBayes Score 0.0009281028
Marked as misclassified No
Message-id <1278930422.83.0.430271709302.issue9231@psf.upfronthosting.co.za>
In-reply-to
Content
After a few keystrokes in the interactive interpreter, I got the
following traceback:

Traceback (most recent call last):
  File "Lib/idlelib/idle.py", line 11, in <module>
    idlelib.PyShell.main()
  File "/home/antoine/py3k/__svn__/Lib/idlelib/PyShell.py", line 1420,
in main
    root.mainloop()
  File "/home/antoine/py3k/__svn__/Lib/tkinter/__init__.py", line 1009,
in mainloop
    self.tk.mainloop(n)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc0 in position 0:
invalid start byte


The keystrokes were ['d', 'i', Ctrl+Space], which briefly displayed the
completion popup before crashing.
History
Date User Action Args
2010-07-12 10:27:03pitrousetrecipients: + pitrou
2010-07-12 10:27:02pitrousetmessageid: <1278930422.83.0.430271709302.issue9231@psf.upfronthosting.co.za>
2010-07-12 10:27:00pitroulinkissue9231 messages
2010-07-12 10:26:59pitroucreate