commit | 867ef13436d7f2e5b8895153059c5df68fd4bc4b | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Nov 12 18:48:30 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Nov 12 18:48:30 2006 +0000 |
tree | e13515d3f39fc5e2d15fe8a3aa93de5da4b2a539 | |
parent | 8fc42c8aad7fa874a1aad9a16a112c9809fe7b9c [diff] [blame] |
Patch #1359217: Ignore 2xx response before 150 response.
diff --git a/Misc/NEWS b/Misc/NEWS index d41d7cc..d632043 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -99,6 +99,9 @@ Library ------- +- Patch #1359217: Process 2xx response in an ftplib transfer + that precedes an 1xx response. + - Patch #1060577: Extract list of RPM files from spec file in bdist_rpm