Staging
v0.5.1
https://github.com/python/cpython
Revision 596db3161c8cf0a492f5613cb5721b6c12c1dceb authored by Fred Drake on 06 October 1997, 15:48:20 UTC, committed by Fred Drake on 06 October 1997, 15:48:20 UTC
This allows stuff like this out of the box:

	try:
	    ...
	except socket.error, (code, msg):
	    ...
1 parent bf9d353
History
Tip revision: 596db3161c8cf0a492f5613cb5721b6c12c1dceb authored by Fred Drake on 06 October 1997, 15:48:20 UTC
Move the __getitem__() definition from StandardException to Exception.
Tip revision: 596db31
File Mode Size
Grammar -rw-r--r-- 3.9 KB
Makefile -rw-r--r-- 476 bytes

back to top