]> granicus.if.org Git - python/commit
Issue #2776: fixed small issue when handling an URL with double slash
authorFacundo Batista <facundobatista@gmail.com>
Sat, 16 Aug 2008 14:44:32 +0000 (14:44 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sat, 16 Aug 2008 14:44:32 +0000 (14:44 +0000)
commit72dc1eadd918dc9ddd6a30149d90617d706a0b19
tree39152c04863345c7f9f20c4326570ae3c01a0e50
parent371bb50b87e0450bf4bcf06ac89a47a417bf908f
Issue #2776: fixed small issue when handling an URL with double slash
after a 302 response in the case of not going through a proxy.
Lib/test/test_urllib2.py
Lib/urllib/request.py