Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 2b1e6e9696cb433c0e0da11145157d54275d119f https://github.com/python/cpython/commit/2b1e6e9696cb433c0e0da11145157d54275d119f Author: Dong-hee Na <donghee.na92 at gmail.com> Date: 2017年07月22日 (2017年7月22日) Changed paths: M Lib/ftplib.py M Lib/test/test_ftplib.py M Misc/NEWS Log Message: ----------- bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214)