diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-19 22:23:56 +0000 |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-19 22:23:56 +0000 |
commit | 92ffc634e48268d357f6bde2ed1b7ac26bfb2631 (patch) | |
tree | d5323654808598a26343d4237abbec3af22d1fb1 /Python/thread_solaris.h | |
parent | 79e3d55be4646be1624fe75bae2d0a2a6d756d02 (diff) | |
download | cpython-git-92ffc634e48268d357f6bde2ed1b7ac26bfb2631.tar.gz |
Undo an unnecessary else: and indentation that r60104 added.
try:
...
except:
...
raise
else:
...
the else: is unecessary due to the blind except: with a raise.
Diffstat (limited to 'Python/thread_solaris.h')
0 files changed, 0 insertions, 0 deletions