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 jamesie
Recipients gpolo, jamesie
Date 2009-05-29.21:11:10
SpamBayes Score 1.0098312e-05
Marked as misclassified No
Message-id <1243631472.83.0.652127430893.issue6144@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE 3.1b1 crashes when I press Control-SPACE in order to invoke Show
Completions from the Edit submenu. When I run that funtionality from the
menu it works ok.

Traceback (most recent call last):
  File "/usr/local/bin/idle3", line 5, in <module>
    main()
  File "/usr/local/lib/python3.1/idlelib/PyShell.py", line 1420, in main
    root.mainloop()
  File "/usr/local/lib/python3.1/tkinter/__init__.py", line 1009, in
mainloop
    self.tk.mainloop(n)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1:
illegal encoding

I rund a hand-compiled Python 3.1b1 on Debian/GNU Linux Lenny.
History
Date User Action Args
2009-05-29 21:11:13jamesiesetrecipients: + jamesie, gpolo
2009-05-29 21:11:12jamesiesetmessageid: <1243631472.83.0.652127430893.issue6144@psf.upfronthosting.co.za>
2009-05-29 21:11:11jamesielinkissue6144 messages
2009-05-29 21:11:11jamesiecreate