summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-02-17 09:53:00 (GMT)
committerGeorg Brandl <georg@python.org>2006-02-17 09:53:00 (GMT)
commita957e8fbf5d4b953a4c031e033e7be0a4f65c830 (patch)
treea6a2fb0a10665b949764e05ef69bcbfdb3913950 /Misc
parentd057c918c2631ec6bdb0aff69a65aa5fbc7801b0 (diff)
downloadcpython-a957e8fbf5d4b953a4c031e033e7be0a4f65c830.zip
cpython-a957e8fbf5d4b953a4c031e033e7be0a4f65c830.tar.gz
cpython-a957e8fbf5d4b953a4c031e033e7be0a4f65c830.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 af3c3ad..4d14c9a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,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.