diff options
author | Larry Hastings <larry@hastings.org> | 2017-08-07 07:56:55 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2017-08-07 07:56:55 (GMT) |
commit | ff078f49ec2a73ea2a5426591da8721937f4a1ee (patch) | |
tree | feaf1333d20800927523e5eb5c79aa5548c0d43e /Misc/NEWS.d/next | |
parent | 14167c9524bd65f231dfd85edc0b938c4781f42a (diff) | |
download | cpython-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.rst | 2 |
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. |