]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't set passiveserver to 0 in connect(). See SF bug #495693.
authorGuido van Rossum <guido@python.org>
Sun, 23 Dec 2001 13:54:19 +0000 (13:54 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 23 Dec 2001 13:54:19 +0000 (13:54 +0000)
commit2826fade49f0bc8770a6a5e89f9ca94b7264a677
treec0a8c906535bbd9ad164acbd81c60df0aff9169e
parent39960f6ec9ea90be73c2fbeaeda8eb7119921389
Don't set passiveserver to 0 in connect().  See SF bug #495693.

This should definitely be backported to 2.2.1.  I'll leave it to Jack
to decide whether he wants to fix this in MacPython 2.2.
Lib/ftplib.py