0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Misc/NEWS.d/3.5.4.rst

9 lines
210 B
ReStructuredText
Raw Normal View History

2018-06-28 00:45:50 +02:00
.. 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.