summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-12-10 09:54:59 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-12-10 09:54:59 (GMT)
commit6f63190ded3ceea7a66a41b5a48c6c4541372def (patch)
tree9bfa7fc41d85e6772e92074619ecc0aad1f4ce91 /Misc
parent478a1aa5373be89a6c7464fe1303aa585631acea (diff)
downloadcpython-6f63190ded3ceea7a66a41b5a48c6c4541372def.zip
cpython-6f63190ded3ceea7a66a41b5a48c6c4541372def.tar.gz
cpython-6f63190ded3ceea7a66a41b5a48c6c4541372def.tar.bz2
Issue #4302: Minor corrections to smtplib. (Backport r60975)
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 60a4c67..f6ea810 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -104,6 +104,8 @@ Core and builtins
Library
-------
+- Issue #1776581 and #4302. Minor corrections to smtplib.
+
- Issue #3774: Fixed an error when create a Tkinter menu item without command
and then remove it.