What is the difference between 'except IOError as e:' and 'except IOError, e:'
Marcus Gnaß
gonatan at gmx.de
Wed Nov 18 04:27:10 EST 2009
See also
http://docs.python.org/dev/3.0/whatsnew/2.6.html#pep-3110-exception-handling-changes
More information about the Python-list
mailing list