commit | a620facc1f66654c1b3337ed6d7dfa158cfaf8f2 | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Sat Jul 23 17:04:42 2011 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Sat Jul 23 17:04:42 2011 +0200 |
tree | 21d2d8f0edebfb6752c88d1d022bc7dd77b46398 | |
parent | 0d2889f56c31b4a91f1fe74d8728a02890f51014 [diff] [blame] |
Fix typo in dbf1e1a27427 that was causing some buildbots to fail.
diff --git a/Lib/urllib.py b/Lib/urllib.py index ce90e91..aac235d 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py
@@ -851,7 +851,7 @@ def __init__(self, user, passwd, host, port, dirs, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, - persistent=False): + persistent=True): self.user = user self.passwd = passwd self.host = host