]> granicus.if.org Git - python/commit
Change the 227 response parser to use a more liberal regular
authorGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 17:24:29 +0000 (17:24 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 17:24:29 +0000 (17:24 +0000)
commit70297d3bd4e33c704f5de976684b46ba796fbf51
treea1987324d4ad93381bd4d6804c1d446fe0e861c4
parent2dc07946bfacd57b27ae6d180a9e3a5d7cbe8b58
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).
Lib/ftplib.py