]> granicus.if.org Git - python/commit
Handle urllib's renaming for Python 3.0:
authorBrett Cannon <bcannon@gmail.com>
Wed, 2 Jul 2008 01:57:08 +0000 (01:57 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 2 Jul 2008 01:57:08 +0000 (01:57 +0000)
commit8bb8fa5dd679d1f4086fac4d3181f0985c14006d
treed42673a3deb34bb5c03202b979b766eb89bb20a2
parentaac51b8a69d65533f511f0483c797fcf6a6c696c
Handle urllib's renaming for Python 3.0:

* Deprecate urllib.urlopen() in favor of urllib2.urlopen() for 3.0.
* Update docs to mention split/rename of the module and deprecation of
  urlopen().

Changes to lib2to3 are in a separate commit. Work is for issue #2885.
Doc/library/urllib.rst
Lib/test/test_urllib.py
Lib/test/test_urllibnet.py
Lib/urllib.py
Misc/NEWS