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 tcourbon
Recipients tcourbon
Date 2009-07-05.16:24:48
SpamBayes Score 1.5860209e-09
Marked as misclassified No
Message-id <1246811092.0.0.225058940814.issue6424@psf.upfronthosting.co.za>
In-reply-to
Content
Configuration : fedora 11, python3.1 manually compiled and installed
along python 2.6 (provided by the distribution).

Reproducibility : seems to be happening any time

Description : When you try to use the auto-completion (ctrl + space) on
anything (tested with module and custom class), the idle crash with the
message :
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
History
Date User Action Args
2009-07-05 16:24:53tcourbonsetrecipients: + tcourbon
2009-07-05 16:24:52tcourbonsetmessageid: <1246811092.0.0.225058940814.issue6424@psf.upfronthosting.co.za>
2009-07-05 16:24:49tcourbonlinkissue6424 messages
2009-07-05 16:24:48tcourboncreate