From a620facc1f66654c1b3337ed6d7dfa158cfaf8f2 Mon Sep 17 00:00:00 2001 From: Nadeem Vawda Date: Sat, 23 Jul 2011 17:04:42 +0200 Subject: [PATCH] Fix typo in dbf1e1a27427 that was causing some buildbots to fail. --- Lib/urllib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/urllib.py b/Lib/urllib.py index ce90e9131d..aac235da2c 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py @@ -851,7 +851,7 @@ class ftpwrapper: 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 -- 2.40.0