diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-28 17:39:42 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-28 17:39:42 +0000 |
commit | 6e2d1c7ab83eef723176861ac2bc0732f10ba1ca (patch) | |
tree | 691607e446c758fe6ae911b3dc527c630a886e7d /Python/ceval.c | |
parent | 2c92c6e1f4a4b1b39516769ec49ca6964f08c9e4 (diff) | |
download | cpython-git-6e2d1c7ab83eef723176861ac2bc0732f10ba1ca.tar.gz |
Just pointed out the code was better written with
try: # ...
except ImportError, why:
except: # ...
All other changes are re-indenting/formatting.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions