]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.4] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command...
authorDong-hee Na <donghee.na92@gmail.com>
Thu, 27 Jul 2017 19:47:46 +0000 (04:47 +0900)
committerlarryhastings <larry@hastings.org>
Thu, 27 Jul 2017 19:47:46 +0000 (12:47 -0700)
commit2a5a26c87e82c7d9a348792891feccd1b5e9a769
tree510d9702e66e842dcfaafca5f5a205af4f0a6798
parent5c673dd27ee4db4d62da4d96a384c64e245e8b36
[3.4] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2893)
Lib/ftplib.py
Lib/test/test_ftplib.py
Misc/NEWS.d/next/Library/2017-07-26-21-50-13.bpo-30119.DZ6C_S.rst [new file with mode: 0644]