summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-02-17 09:52:53 (GMT)
committerGeorg Brandl <georg@python.org>2006-02-17 09:52:53 (GMT)
commitbd3bc4dc4c18cd1b3f1ce0dd2065bbed6de4f267 (patch)
tree78a7150ec4155f20e8a43be78b58743003a08302 /Misc
parent0e1abe2a07444d35d3f97737201787f9722866b8 (diff)
downloadcpython-bd3bc4dc4c18cd1b3f1ce0dd2065bbed6de4f267.zip
cpython-bd3bc4dc4c18cd1b3f1ce0dd2065bbed6de4f267.tar.gz
cpython-bd3bc4dc4c18cd1b3f1ce0dd2065bbed6de4f267.tar.bz2
Bug #1430298: It is now possible to send a mail with an empty
return address using smtplib.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b5740b..bf61e77 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -363,6 +363,9 @@ Extension Modules
Library
-------
+- Bug #1430298: It is now possible to send a mail with an empty
+ return address using smtplib.
+
- Bug #1432260: The names of lambda functions are now properly displayed
in pydoc.