commit | e9bd9dbc7336d3c9816b2f96eb67f1dcb8e1bd28 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 07 16:03:47 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 07 16:03:47 2011 +0000 |
tree | ddf96ddb45811924d4e86447eb88de332199c593 | |
parent | e3e967f2b31c2527dae36a1da7a4ec4f8fb07269 [diff] |
Merged revisions 88371 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88371 | antoine.pitrou | 2011-02-07 16:58:11 +0100 (lun., 07 févr. 2011) | 3 lines Clarify that IMAP4() implicitly calls open(), and that logout() implicitly calls shutdown(). ........