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 barry, christian.heimes, r.david.murray, serhiy.storchaka
Date 2013-01-20.17:37:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358703448.96.0.649552299422.issue16042@psf.upfronthosting.co.za>
In-reply-to
Content
mock_socket violates readline() contract. It can return more than size bytes, and this can break SMTP.readline().
History
Date User Action Args
2013-01-20 17:37:29serhiy.storchakasetrecipients: + serhiy.storchaka, barry, christian.heimes, r.david.murray
2013-01-20 17:37:28serhiy.storchakasetmessageid: <1358703448.96.0.649552299422.issue16042@psf.upfronthosting.co.za>
2013-01-20 17:37:28serhiy.storchakalinkissue16042 messages
2013-01-20 17:37:28serhiy.storchakacreate