]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for SF bug #599836: Don't duplicate headers.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 11 Oct 2002 17:26:46 +0000 (17:26 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 11 Oct 2002 17:26:46 +0000 (17:26 +0000)
commit96f1129de80c6cddba7a45db86eb09579221704e
tree56039d61fcae0ffb3cfc3c6ac6917650c4920a3f
parenta0f453b2b14df707532a584c27fcfc158f233d4b
Fix for SF bug #599836: Don't duplicate headers.

If the request object has a header, it should override the default
header provided by the OpenerDirector.
Lib/urllib2.py