Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: e76cbc781044ee01b059f3702c580e66266b84c5 authored by Larry Hastings on 18 March 2019, 16:51:26 UTC
Version bump for 3.4.10.
Tip revision: e76cbc7
3.4.7.rst
.. bpo: 30119
.. date: 2017-07-26-21-50-13
.. nonce: DZ6C_S
.. release date: 2017-08-09
.. section: Library

ftplib.FTP.putline() now throws ValueError on commands that contains CR or
LF. Patch by Dong-hee Na.
back to top