]> granicus.if.org Git - python/commit
Don't just die when an error is not defined; print a warning instead.
authorGuido van Rossum <guido@python.org>
Wed, 9 Apr 1997 21:02:17 +0000 (21:02 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 9 Apr 1997 21:02:17 +0000 (21:02 +0000)
commitcee1dd3f9d26a04ec52317dcbb533af80b791a90
tree62e7276d0484a839700ad885fa6ede89739160bb
parenta6ed2254e12458418bfdc73f1c94a7151295335e
Don't just die when an error is not defined; print a warning instead.
This for errno-challenged platforms like Windows.
Lib/test/test_errno.py