summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-11-05 19:39:50 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-11-05 19:39:50 (GMT)
commitfb5faf02853f5f56fe96f00e8020a6fabe8ac390 (patch)
treea67ba6e8f279b1e34a5b2def4f89d203cb47e976 /Misc
parentecc42a2b82858763818484572dccc7e88a3bdda1 (diff)
downloadcpython-fb5faf02853f5f56fe96f00e8020a6fabe8ac390.zip
cpython-fb5faf02853f5f56fe96f00e8020a6fabe8ac390.tar.gz
cpython-fb5faf02853f5f56fe96f00e8020a6fabe8ac390.tar.bz2
Issue #1210: Fixed imaplib
Patch by Victor Stinner, reviewed by Barry Warsaw.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f17e758..9684cee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ What's New in Python 3.0 beta 5
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``