]> granicus.if.org Git - python/commit
1. Print the error message (carefully) when a dl.open() fails in verbose mode.
authorGuido van Rossum <guido@python.org>
Tue, 23 Feb 1999 17:58:48 +0000 (17:58 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Feb 1999 17:58:48 +0000 (17:58 +0000)
commit74ee8864093e944ca6f21c69bee5aff02cf58f92
tree3c288aa888622c6777d4481b47521812ce58b2c3
parent264bd59221ab02998c4893f707051818c7b9a927
1. Print the error message (carefully) when a dl.open() fails in verbose mode.
2. When no test case worked, raise ImportError instead of failing.
Lib/test/test_dl.py