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 serhiy.storchaka
Recipients Arfrever, benjamin.peterson, christian.heimes, georg.brandl, giampaolo.rodola, inc0, larry, neologix, pitrou, serhiy.storchaka
Date 2013-08-12.09:46:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376300768.07.0.842060998741.issue16038@psf.upfronthosting.co.za>
In-reply-to
Content
Error message "got more than %d bytes" is misleading because in most cases (except storlines()) we read not bytes but a text string.

There are 4 changes in the ftplib module but only one of them covered by test.
History
Date User Action Args
2013-08-12 09:46:08serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, larry, giampaolo.rodola, christian.heimes, benjamin.peterson, Arfrever, neologix, inc0
2013-08-12 09:46:08serhiy.storchakasetmessageid: <1376300768.07.0.842060998741.issue16038@psf.upfronthosting.co.za>
2013-08-12 09:46:08serhiy.storchakalinkissue16038 messages
2013-08-12 09:46:08serhiy.storchakacreate