]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command... 2901/head
authorDong-hee Na <donghee.na92@gmail.com>
Wed, 26 Jul 2017 12:11:25 +0000 (21:11 +0900)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 26 Jul 2017 12:11:25 +0000 (14:11 +0200)
commit8c2d4cf092c5f0335e7982392a33927579c4d512
treee21e3b369c82c7d08eb43d134c308b9da65dcc73
parentc52cea49544621b612c7f17f45a0c2b8b61a6c67
[3.6] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2886)
Lib/ftplib.py
Lib/test/test_ftplib.py
Misc/NEWS.d/next/Library/2017-07-26-15-15-00.bpo-30119.DZ6C_S.rst [new file with mode: 0644]