]> granicus.if.org Git - python/commit
Suppressing all DeprecationWarning messages was a bit of a problem for
authorGuido van Rossum <guido@python.org>
Tue, 4 Sep 2001 15:22:02 +0000 (15:22 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Sep 2001 15:22:02 +0000 (15:22 +0000)
commit61b850110f10494cc496e6ba2f01d05a89ddfd5a
tree844f0a50752b3046293305468a9f2708e88884e3
parent81fc7783eda271d0d05cf97fca57244094ff103b
Suppressing all DeprecationWarning messages was a bit of a problem for
the -Qwarnall option, so I've changed this to only filter out the one
warning that's a problem in practice.
Lib/test/test___all__.py