Staging
v0.5.1
https://github.com/python/cpython
Revision a5d6faaa0b53687b4e1080dab448ef01e29352cb authored by Guido van Rossum on 18 December 2001, 14:17:02 UTC, committed by Guido van Rossum on 18 December 2001, 14:17:02 UTC
responses that the original parse227() routine can't handle are
becoming more common.

"""
Change the 227 response parser to use a more liberal regular
expression.  This is needed for certain servers that (in violation of
the standard) don't return the parentheses in the response.

This fixes SF bug #441712 by Henrik Weber (not exactly using his
patch).
"""
1 parent 3c2b6f5
History
Tip revision: a5d6faaa0b53687b4e1080dab448ef01e29352cb authored by Guido van Rossum on 18 December 2001, 14:17:02 UTC
Backport patch 1.57 to 2.1.2. Apparently ftp servers that send 227
Tip revision: a5d6faa
File Mode Size
.cvsignore -rw-r--r-- 31 bytes
Grammar -rw-r--r-- 4.4 KB

back to top