]> granicus.if.org Git - python/commitdiff
Fix typo in dbf1e1a27427 that was causing some buildbots to fail.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 23 Jul 2011 15:04:42 +0000 (17:04 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 23 Jul 2011 15:04:42 +0000 (17:04 +0200)
Lib/urllib.py

index ce90e9131dc779a09ad9f5fa8cb8cf9ac27f3ab3..aac235da2c541f82eb65b1fc8196e7c044208efb 100644 (file)
@@ -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