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 2010年07月12日 10:27 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg110077 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年07月12日 10:26 | |
After a few keystrokes in the interactive interpreter, I got the following traceback: Traceback (most recent call last): File "Lib/idlelib/idle.py", line 11, in <module> idlelib.PyShell.main() File "/home/antoine/py3k/__svn__/Lib/idlelib/PyShell.py", line 1420, in main root.mainloop() File "/home/antoine/py3k/__svn__/Lib/tkinter/__init__.py", line 1009, in mainloop self.tk.mainloop(n) UnicodeDecodeError: 'utf8' codec can't decode byte 0xc0 in position 0: invalid start byte The keystrokes were ['d', 'i', Ctrl+Space], which briefly displayed the completion popup before crashing. |
|||
| msg110079 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2010年07月12日 11:00 | |
Closing as duplicate of #1028 (and #6144, #6512, #7884, #6920, #6424, #5156). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:03 | admin | set | github: 53477 |
| 2010年07月12日 11:00:28 | ezio.melotti | set | status: open -> closed nosy: + ezio.melotti messages: + msg110079 resolution: duplicate stage: needs patch -> resolved |
| 2010年07月12日 10:27:51 | pitrou | set | nosy:
+ kbk |
| 2010年07月12日 10:27:01 | pitrou | create | |