Move the __getitem__() definition from StandardException to Exception.
This allows stuff like this out of the box: try: ... except socket.error, (code, msg): ...
Showing
Please
register
or
sign in
to comment
This allows stuff like this out of the box: try: ... except socket.error, (code, msg): ...