[issue4972] context management support in imaplib, smtplib, ftplib

2014-09-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think that's all with this issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue4972] context management support in imaplib, smtplib, ftplib

2014-09-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Berker. -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailin

[issue4972] context management support in imaplib, smtplib, ftplib

2014-07-16 Thread R. David Murray
Changes by R. David Murray : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue4972] context management support in imaplib, smtplib, ftplib

2014-07-16 Thread Berker Peksag
Berker Peksag added the comment: Updated Serhiy's patch to 3.5. I also added a whatsnew entry. -- Added file: http://bugs.python.org/file35972/issue4972_imaplib.diff ___ Python tracker __

[issue4972] context management support in imaplib, smtplib, ftplib

2014-07-04 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4972] context management support in imaplib, smtplib, ftplib

2013-02-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is an updated patch. Updated documentation, added checks that logout executed after a with statement, now logout() can be called inside a with statement. -- Added file: http://bugs.python.org/file29091/imaplib_with_3.patch _

[issue4972] context management support in imaplib, smtplib, ftplib

2013-01-27 Thread Berker Peksag
Berker Peksag added the comment: The patch lacks documentation updates. -- nosy: +berker.peksag title: context managerment support in imaplib, smtplib, ftplib -> context management support in imaplib, smtplib, ftplib ___ Python tracker