- Callable: fix func definition
authorMark Huang <mlhuang@cs.princeton.edu>
Thu, 19 Oct 2006 19:58:50 +0000 (19:58 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Thu, 19 Oct 2006 19:58:50 +0000 (19:58 +0000)
commit050b92a13fee09756f31d658df22d1e5197fa71f
treea421ee8da71df7827fd6d17ec4a074f2c5d424af
parentcc57f76e1ebedb5d039bee5af483bce0ffa14fe4
- Callable: fix func definition
- print traceback for undefined/broken methods
- add kwds to all method calls
- only catch SyntaxErrors when falling back to executing as a statement
Shell.py