commit | 8cd0def10dc028e3522a04bd136c67f92f90da04 | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Fri Jan 31 05:06:43 2003 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Fri Jan 31 05:06:43 2003 +0000 |
tree | 29e3d148f95ddc1c3c824f6d7c32ed61ca4364ec | |
parent | d17406830cef6ee1f34e42013ae60e69dc91d71f [diff] |
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.