fix __str__ method of EnvironmentError (base class of IOError): was
using "%d" % errno to print out IOError exceptions -- but urllib.py raises exceptions where the errno slot in the exception tuple is a string.
J
Jeremy Hylton committed
ec8c8c2ef2cac83a12b249c4e6ba4c62c018bfdc
Parent: ee7fd69