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
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.hgtags -rw-r--r-- 952 bytes
BUGS -rw-r--r-- 11.6 KB
Makefile.in -rw-r--r-- 15.6 KB
README -rw-r--r-- 32.1 KB
acconfig.h -rw-r--r-- 2.7 KB
config.h.in -rw-r--r-- 9.8 KB
configure -rwxr-xr-x 110.0 KB
configure.in -rw-r--r-- 16.0 KB
install-sh -rwxr-xr-x 2.1 KB

README

back to top