• Brett Cannon's avatar
    Handle urllib's renaming for Python 3.0: · 8bb8fa5d
    Brett Cannon yazdı
    * 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.
    8bb8fa5d
urllib.py 63.1 KB