summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-06-12 22:15:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-06-12 22:15:50 (GMT)
commita0c0a4a2616e83084052a34c9806b3308f5799db (patch)
treed00f0e5b8caf161f0f1f8af11e608bfff05f3aa1 /Misc/NEWS
parent83e9f4cd77f0cf4e47d505643c00b0dc3debace3 (diff)
downloadcpython-a0c0a4a2616e83084052a34c9806b3308f5799db.zip
cpython-a0c0a4a2616e83084052a34c9806b3308f5799db.tar.gz
cpython-a0c0a4a2616e83084052a34c9806b3308f5799db.tar.bz2
remove the rfc822 module
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c07393c..c635e29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@ Extension Modules
Library
-------
+- rfc822 has been removed in favor of the email package.
+
- mimetools has been removed in favor of the email package.
- Patch #2849: Remove use of rfc822 module from standard library.