commit | c4296d1edc1f05f96cc7b6b3e1c3df9dd596d5f4 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jul 19 07:25:56 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jul 19 07:25:56 2009 +0000 |
tree | 1068a6973bb9d8eb01b2a0fdf8ba1570df3f6a9a | |
parent | fb8cc2f5a4bb55cabc94999360a324a73a0022cd [diff] |
Recorded merge of revisions 74089 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74089 | senthil.kumaran | 2009-07-19 04:43:43 +0200 (So, 19 Jul 2009) | 3 lines Fix for issue5102, timeout value propages between redirects, proxy, digest and auth handlers. Fixed tests to reflect the same. ........