diff options
author | Christian Heimes <christian@cheimes.de> | 2008-11-05 19:39:50 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-11-05 19:39:50 (GMT) |
commit | fb5faf02853f5f56fe96f00e8020a6fabe8ac390 (patch) | |
tree | a67ba6e8f279b1e34a5b2def4f89d203cb47e976 /Misc | |
parent | ecc42a2b82858763818484572dccc7e88a3bdda1 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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`` |