]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal...
authorDong-hee Na <donghee.na92@gmail.com>
Wed, 26 Jul 2017 07:04:42 +0000 (16:04 +0900)
committerNed Deily <nad@python.org>
Wed, 26 Jul 2017 07:04:42 +0000 (03:04 -0400)
commit19b2890014d3098147d16475c492a47a43893768
tree4c16d5fe794e062575e9b1a324a2ec960cd313ce
parent49175b3b670a4514b5dc5dcf7b58203d2be852c1
[3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2887)
Lib/ftplib.py
Lib/test/test_ftplib.py
Misc/NEWS.d/next/Library/2017-07-26-15-11-17.bpo-30119.DZ6C_S.rst [new file with mode: 0644]