commit | fb5faf02853f5f56fe96f00e8020a6fabe8ac390 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Wed Nov 05 19:39:50 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Wed Nov 05 19:39:50 2008 +0000 |
tree | a67ba6e8f279b1e34a5b2def4f89d203cb47e976 | |
parent | ecc42a2b82858763818484572dccc7e88a3bdda1 [diff] [blame] |
Issue #1210: Fixed imaplib Patch by Victor Stinner, reviewed by Barry Warsaw.
diff --git a/Misc/NEWS b/Misc/NEWS index f17e758..9684cee 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins ----------------- +- Issue #1210: Fixed imaplib and its documentation. + - Issue #4233: Changed semantic of ``_fileio.FileIO``'s ``close()`` method on file objects with closefd=False. The file descriptor is still kept open but the file object behaves like a closed file. The ``FileIO``