]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.3] 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 04:58:22 +0000 (13:58 +0900)
committerNed Deily <nad@python.org>
Wed, 26 Jul 2017 04:58:22 +0000 (00:58 -0400)
commita4e774f86224cd8c997deaa4e71312cf1a7b023c
tree6b0c9f57f6c9d65ee3e9fec0b15ae316c3f68942
parent7b92f9fa47df754b50c64aac84cf1c09693571af
[3.3] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2885)
Lib/ftplib.py
Lib/test/test_ftplib.py
Misc/NEWS