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 Bernt.Røskar.Brenna
Recipients Bernt.Røskar.Brenna
Date 2010-02-08.12:31:56
SpamBayes Score 4.9027876e-10
Marked as misclassified No
Message-id <1265632318.52.0.922497995507.issue7884@psf.upfronthosting.co.za>
In-reply-to
Content
Platform: Linux
Python 3.1.1 built from source. Tk version 8.4, Tcl version 8.4.

Idle 2.6.4 (also built from source), works correctly (executes force-open-completions).

Test case:
- Start idle3
- press Ctrl-Space in the IDLE shell
- idle crashes, and a traceback is written to stdout:
Traceback (most recent call last):
  File "/usr/local/bin/idle3", line 6, 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
History
Date User Action Args
2010-02-08 12:31:58Bernt.Røskar.Brennasetrecipients: + Bernt.Røskar.Brenna
2010-02-08 12:31:58Bernt.Røskar.Brennasetmessageid: <1265632318.52.0.922497995507.issue7884@psf.upfronthosting.co.za>
2010-02-08 12:31:56Bernt.Røskar.Brennalinkissue7884 messages
2010-02-08 12:31:56Bernt.Røskar.Brennacreate