]> granicus.if.org Git - python/commit
M PyShell.py
authorKurt B. Kaiser <kbk@shore.net>
Fri, 31 Jan 2003 05:06:43 +0000 (05:06 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Fri, 31 Jan 2003 05:06:43 +0000 (05:06 +0000)
commit8cd0def10dc028e3522a04bd136c67f92f90da04
tree29e3d148f95ddc1c3c824f6d7c32ed61ca4364ec
parentd17406830cef6ee1f34e42013ae60e69dc91d71f
M PyShell.py
M rpc.py

SF Bug 676398 Doesn't handle non-built-in exceptions
1. Move exception formatting to the subprocess; allows subclassing of
   exceptions, including subclasses created in the shell without
   introducing excessive complexity in the RPC mechanism.
2. Provide access to linecache from subprocess to support this.
Lib/idlelib/PyShell.py
Lib/idlelib/rpc.py