[issue11291] poplib suppresses exception on QUIT

2011-02-25 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Fixed in r88620. -- components: +Library (Lib) resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue11291] poplib suppresses exception on QUIT

2011-02-22 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola' : 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 c