summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/urllib.py2
1 files changed, 1 insertions, 1 deletions
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 @@ 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