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