Remove the gopherlib module. It has been raising a DeprecationWarning since
commit991910b01c4f8422ea138753d69d9f666f01537e
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 16 May 2007 22:42:29 +0000 (16 22:42 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 16 May 2007 22:42:29 +0000 (16 22:42 +0000)
tree9beb3a72617c6d4f9477e8e7d55a88bed22b4085
parent349e17af7e02c00315f69e87dc11702eed821cdd
Remove the gopherlib module.  It has been raising a DeprecationWarning since
Python 2.5.

Also remove gopher support from urllib/urllib2.  As both imported gopherlib the
usage of the support would have raised a DeprecationWarning.

git-svn-id: http://svn.python.org/projects/python/trunk@55389 6015fed2-1504-0410-9fe1-9d1591cc4771
12 files changed:
Doc/Makefile.deps
Doc/lib/lib.tex
Doc/lib/libgopherlib.tex [deleted file]
Doc/lib/liburllib.tex
Doc/lib/liburllib2.tex
Lib/gopherlib.py [deleted file]
Lib/test/test___all__.py
Lib/test/test_sundry.py
Lib/test/test_urllib2net.py
Lib/urllib.py
Lib/urllib2.py
Misc/NEWS