commit | ad74aa8dc015fab019ffa965f45cc3437ad152c2 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Mar 31 05:14:30 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Mar 31 05:14:30 2008 +0000 |
tree | 2e4c8aad0da2d1d65be842895efc52af6d8adc64 | |
parent | d35759388b224106c4331812d5931d8ce5ae8c07 [diff] |
Merged revisions 62047 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r62047 | georg.brandl | 2008-03-29 23:40:17 -0700 (Sat, 29 Mar 2008) | 2 lines Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum. ........