summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2017-08-07 07:56:55 (GMT)
committerLarry Hastings <larry@hastings.org>2017-08-07 07:56:55 (GMT)
commitff078f49ec2a73ea2a5426591da8721937f4a1ee (patch)
treefeaf1333d20800927523e5eb5c79aa5548c0d43e /Misc/NEWS.d/next
parent14167c9524bd65f231dfd85edc0b938c4781f42a (diff)
downloadcpython-ff078f49ec2a73ea2a5426591da8721937f4a1ee.zip
cpython-ff078f49ec2a73ea2a5426591da8721937f4a1ee.tar.gz
cpython-ff078f49ec2a73ea2a5426591da8721937f4a1ee.tar.bz2
Blurb release and pydoc topics for 3.5.4 final.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2017-07-26-15-11-17.bpo-30119.DZ6C_S.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-07-26-15-11-17.bpo-30119.DZ6C_S.rst b/Misc/NEWS.d/next/Library/2017-07-26-15-11-17.bpo-30119.DZ6C_S.rst
deleted file mode 100644
index a37d370..0000000
--- a/Misc/NEWS.d/next/Library/2017-07-26-15-11-17.bpo-30119.DZ6C_S.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-ftplib.FTP.putline() now throws ValueError on commands that contains CR or
-LF. Patch by Dong-hee Na.