Message185712
With the stop_readline patch, I'm seeing this exception upon shell restart when trying the same test as above:
$ ./python -m idlelib
Exception in Tkinter callback
Traceback (most recent call last):
File "Lib/tkinter/__init__.py", line 1475, in __call__
return self.func(*args)
File "Lib/idlelib/PyShell.py", line 1225, in restart_shell
self.interp.restart_subprocess(with_cwd=True)
File "Lib/idlelib/PyShell.py", line 457, in restart_subprocess
console.stop_readline()
AttributeError: 'PyShell' object has no attribute 'stop_readline' |
|
| Date |
User |
Action |
Args |
| 2013-04-01 05:01:18 | ned.deily | set | recipients:
+ ned.deily, terry.reedy, roger.serwy |
| 2013-04-01 05:01:18 | ned.deily | set | messageid: <[email protected]> |
| 2013-04-01 05:01:18 | ned.deily | link | issue14254 messages |
| 2013-04-01 05:01:17 | ned.deily | create | |
|