0
0
mirror of https://github.com/python/cpython.git synced 2024-11-22 05:26:10 +01:00
cpython/Misc/NEWS.d/3.5.4.rst
2023-09-22 12:52:57 -06:00

9 lines
209 B
ReStructuredText

.. 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 Donghee Na.