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 giampaolo.rodola
Recipients giampaolo.rodola, pitrou
Date 2011-02-22.19:52:40
SpamBayes Score 9.0302696e-05
Marked as misclassified No
Message-id <1298404361.7.0.353311049952.issue11291@psf.upfronthosting.co.za>
In-reply-to
Content
Unlike ftplib, smtplib and probably others, poplib suppresses error_proto exceptions on quit().
I'm not sure in what circumstances a POP3 server can return a negative response on QUIT but if this happens poplib should raise an exception.
Users who don't care about QUIT response can use the new close() method.
For backward compatibility patch should only be applied to Python 3.3 .
History
Date User Action Args
2011-02-22 19:52:42giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou
2011-02-22 19:52:41giampaolo.rodolasetmessageid: <1298404361.7.0.353311049952.issue11291@psf.upfronthosting.co.za>
2011-02-22 19:52:41giampaolo.rodolalinkissue11291 messages
2011-02-22 19:52:41giampaolo.rodolacreate