Suppress new deprecation warnings when running the
commit0f51c9533353a324fafac825d746e9622d64716e
authortim.peters <tim.peters@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 18 Feb 2006 04:14:16 +0000 (18 04:14 +0000)
committertim.peters <tim.peters@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 18 Feb 2006 04:14:16 +0000 (18 04:14 +0000)
tree95199fd475cccfd727a0368d19e4325b58c912bd
parent5c42f1574180d264e130e4acd7ad5f934f0eacb4
Suppress new deprecation warnings when running the
test suite.

For urllib2, move the import of gopherlib into the
only function that uses it:  users (including the
test suite) certainly shouldn't see a deprecation
warning just because they import urllib2!  If they
actually use gopher_open(), fine, _then_ they should
see a deprecation warning.

git-svn-id: http://svn.python.org/projects/python/trunk@42459 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test___all__.py
Lib/test/test_imageop.py
Lib/test/test_sundry.py
Lib/urllib2.py