summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-06-12 14:06:57 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-06-12 14:06:57 (GMT)
commit23c51a26a5618af873b280256718c7688dfeb8a5 (patch)
treec222a2bcb9754ead5a952fffd30c3d88b5833fc9 /Misc
parentaf488af55d8f0c078a0c2ac900310194d26e4fc8 (diff)
downloadcpython-23c51a26a5618af873b280256718c7688dfeb8a5.zip
cpython-23c51a26a5618af873b280256718c7688dfeb8a5.tar.gz
cpython-23c51a26a5618af873b280256718c7688dfeb8a5.tar.bz2
actually remove the mimetools module
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 fcd4623..fee9c5e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@ Extension Modules
Library
-------
+- mimetools has been removed in favor of the email package
+
- Patch #2849: Remove use of rfc822 module from standard library.
- Added C optimized implementation of io.StringIO.