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.
Created on 2009年05月29日 21:11 by jamesie, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg88540 - (view) | Author: (jamesie) | Date: 2009年05月29日 21:11 | |
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. |
|||
| msg90666 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2009年07月18日 09:39 | |
This was already reported in #1028. Closing as duplicate. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:49 | admin | set | github: 50394 |
| 2009年07月18日 09:39:35 | ezio.melotti | set | status: open -> closed superseder: Tkinter binding involving Control-spacebar raises unicode error nosy: + ezio.melotti messages: + msg90666 resolution: duplicate stage: resolved |
| 2009年07月18日 09:38:41 | ezio.melotti | unlink | issue1028 superseder |
| 2009年07月18日 09:36:32 | ezio.melotti | link | issue1028 superseder |
| 2009年07月05日 22:19:47 | amaury.forgeotdarc | link | issue6424 superseder |
| 2009年05月29日 21:11:11 | jamesie | create | |