]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove the gopherlib module. It has been raising a DeprecationWarning since
authorBrett Cannon <bcannon@gmail.com>
Wed, 16 May 2007 22:42:29 +0000 (22:42 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 16 May 2007 22:42:29 +0000 (22:42 +0000)
commitd75f043c3325be6c1fdbc840a5d2358c1e8aa604
tree107af217fc952fd66b5197545cbbcb6ba67c333e
parentb1a9b37aa836f1c0f827b16cebdd23dfe19fcf4c
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.
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