]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command...
authorDong-hee Na <donghee.na92@gmail.com>
Wed, 26 Jul 2017 15:50:36 +0000 (00:50 +0900)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 26 Jul 2017 15:50:36 +0000 (17:50 +0200)
commite5eae474c431af2880a68f6329840b9288fc4bc1
treee96d149c3b0d9f63f6a794dd274959f00a9003ca
parent0666d0e50432e3b0109db96b8e48fb6c496bd49c
[2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2894)
Lib/ftplib.py
Lib/test/test_ftplib.py
Misc/NEWS.d/next/Library/2017-07-26-22-02-07.bpo-30119.DZ6C_S.rst [new file with mode: 0644]