summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.5.4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.5.4.rst')
-rw-r--r--Misc/NEWS.d/3.5.4.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS.d/3.5.4.rst b/Misc/NEWS.d/3.5.4.rst
new file mode 100644
index 0000000..cd0ca48
--- /dev/null
+++ b/Misc/NEWS.d/3.5.4.rst
@@ -0,0 +1,8 @@
+.. bpo: 30119
+.. date: 2017-07-26-15-11-17
+.. nonce: DZ6C_S
+.. release date: 2017-08-07
+.. section: Library
+
+ftplib.FTP.putline() now throws ValueError on commands that contains CR or
+LF. Patch by Dong-hee Na.