]> granicus.if.org Git - python/commit
Merged revisions 85025 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 27 Sep 2010 01:28:10 +0000 (01:28 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 27 Sep 2010 01:28:10 +0000 (01:28 +0000)
commit603ca41e27ed67716dd31e6f7e286a137936cc4b
tree1ae8a4d39af2f432913fa0f9c0c347a2a8d02739
parent1a0eb98b9c41224f6ea8fd8f87687f79f723ba8c
Merged revisions 85025 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85025 | senthil.kumaran | 2010-09-27 06:56:03 +0530 (Mon, 27 Sep 2010) | 6 lines

  Fix Issue1595365 - Adding the req.headers after the un-redirect headers have
  been added. This helps in accidental overwritting of User-Agent header to
  default value. To preserve the old behavior, only headers not in unredirected
  headers will be updated.
........
Lib/test/test_urllib2net.py
Lib/urllib/request.py