]> granicus.if.org Git - python/commit
Add more ignores of ImportWarnings; these are all just potential triggers
authorThomas Wouters <thomas@python.org>
Thu, 27 Apr 2006 23:41:27 +0000 (23:41 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 27 Apr 2006 23:41:27 +0000 (23:41 +0000)
commit076ba2129bb08f56c3af9397748ae1df41daba06
treee363893a3e28b07143424b38d312ebe7a4a411cf
parent9df4e6f6735af274813cf1b611ee1a342955ad63
Add more ignores of ImportWarnings; these are all just potential triggers
(since they won't trigger if zlib is already sucessfully imported); they
were found by grepping .py files, instead of looking at warning output :)
Lib/test/regrtest.py