summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-27 13:27:31 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-27 13:27:31 (GMT)
commitdeaf2cafbded0a3ce7a14952c4346604af65724a (patch)
treea0983a781dba7ef970cf348162ec17ddd845c415 /Misc
parent6c052fd5233bf18461f18a44335fef3777da2fa6 (diff)
downloadcpython-deaf2cafbded0a3ce7a14952c4346604af65724a.zip
cpython-deaf2cafbded0a3ce7a14952c4346604af65724a.tar.gz
cpython-deaf2cafbded0a3ce7a14952c4346604af65724a.tar.bz2
#2248: return result of QUIT from quit().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce72fba..ec65705 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@ What's New in Python 2.6 alpha 2?
Core and builtins
-----------------
-- Patch #2477: Added from __future__ import unicode_literals
+- Patch #2477: Added from __future__ import unicode_literals.
- Added backport of bytearray type.
@@ -76,6 +76,8 @@ Extensions Modules
Library
-------
+- Issue #2248: return the result of the QUIT command. from SMTP.quit().
+
- Backport of Python 3.0's io module.
- Issue #2482: Make sure that the coefficient of a Decimal is always