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 jsprunck
Recipients Bernt.Røskar.Brenna, BreamoreBoy, jsprunck
Date 2010-10-12.03:28:57
SpamBayes Score 1.7379117e-09
Marked as misclassified No
Message-id <1286854139.58.0.016185280581.issue1028@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.1.2, Ubuntu (Lucid)

Caused by Control + Shift + Spacebar 

Debugger output from terminal: 

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

Will try the patch.
History
Date User Action Args
2010-10-12 03:29:00jspruncksetrecipients: + jsprunck, Bernt.Røskar.Brenna, BreamoreBoy
2010-10-12 03:28:59jspruncksetmessageid: <1286854139.58.0.016185280581.issue1028@psf.upfronthosting.co.za>
2010-10-12 03:28:57jspruncklinkissue1028 messages
2010-10-12 03:28:57jsprunckcreate