[Python-3000-checkins] r64650 - python/branches/py3k

brett.cannon python-3000-checkins at python.org
Wed Jul 2 03:57:57 CEST 2008


Author: brett.cannon
Date: Wed Jul  2 03:57:57 2008
New Revision: 64650

Log:
Blocked revisions 64649 via svnmerge

........
  r64649 | brett.cannon | 2008-07-01 18:57:08 -0700 (Tue, 01 Jul 2008) | 8 lines
  
  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.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-3000-checkins mailing list