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 akuchling
Recipients Arfrever, akuchling, barry, benjamin.peterson, christian.heimes, georg.brandl, giampaolo.rodola, inc0, larry, neologix, pitrou, serhiy.storchaka
Date 2013-09-15.19:23:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379273035.98.0.485704856044.issue16038@psf.upfronthosting.co.za>
In-reply-to
Content
2.6 version of the patch.  Changes from Giampaolo's version of the patch:

* 2.6 didn't have FTP over TLS, so the patch changes slightly to adapt.

* Removed the LineTooLong exception class and just raise Error instead.  (This repeats the message text for "Line too long" in several place.)
History
Date User Action Args
2013-09-15 19:23:56akuchlingsetrecipients: + akuchling, barry, georg.brandl, pitrou, larry, giampaolo.rodola, christian.heimes, benjamin.peterson, Arfrever, neologix, serhiy.storchaka, inc0
2013-09-15 19:23:55akuchlingsetmessageid: <1379273035.98.0.485704856044.issue16038@psf.upfronthosting.co.za>
2013-09-15 19:23:55akuchlinglinkissue16038 messages
2013-09-15 19:23:55akuchlingcreate