]> granicus.if.org Git - python/commit
bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214)
authorDong-hee Na <donghee.na92@gmail.com>
Sat, 22 Jul 2017 17:20:22 +0000 (02:20 +0900)
committerGiampaolo Rodola <g.rodola@gmail.com>
Sat, 22 Jul 2017 17:20:22 +0000 (19:20 +0200)
commit2b1e6e9696cb433c0e0da11145157d54275d119f
tree4ded3efdf0d63a9de76044c94c1aa63a2a51bce3
parent896145d9d266ee2758cfcd7691238cbc1f9e1ab8
bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214)
Lib/ftplib.py
Lib/test/test_ftplib.py
Misc/NEWS