This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients benjamin.peterson, corona10, georg.brandl, giampaolo.rodola, larry, martin.panter, ned.deily, vstinner
Date 2017-07-27.19:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501184869.07.0.185964350903.issue30119@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 2a5a26c87e82c7d9a348792891feccd1b5e9a769 by larryhastings (Dong-hee Na) in branch '3.4':
[3.4] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2893)
https://github.com/python/cpython/commit/2a5a26c87e82c7d9a348792891feccd1b5e9a769
History
Date User Action Args
2017-07-27 19:47:49larrysetrecipients: + larry, georg.brandl, vstinner, giampaolo.rodola, benjamin.peterson, ned.deily, martin.panter, corona10
2017-07-27 19:47:49larrysetmessageid: <1501184869.07.0.185964350903.issue30119@psf.upfronthosting.co.za>
2017-07-27 19:47:49larrylinkissue30119 messages
2017-07-27 19:47:48larrycreate