]> granicus.if.org Git - python/commit
- urllib2.py now knows how to order proxy classes, so the user doesn't
authorGustavo Niemeyer <gustavo@niemeyer.net>
Sat, 7 Jun 2003 17:53:08 +0000 (17:53 +0000)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Sat, 7 Jun 2003 17:53:08 +0000 (17:53 +0000)
commit9556fba68528e46873bf59c4e4642525adfd388b
treeffc5e07aec5a1e0e0884f0a37d995253850ea804
parentef58adf8d6828475a95b36b390d6b788e0894c99
- urllib2.py now knows how to order proxy classes, so the user doesn't
  have to insert it in front of other classes, nor do dirty tricks like
  inserting a "dummy" HTTPHandler after a ProxyHandler when building an
  opener with proxy support.
Doc/lib/liburllib2.tex
Lib/urllib2.py
Misc/NEWS