diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-12 14:06:57 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-12 14:06:57 (GMT) |
commit | 23c51a26a5618af873b280256718c7688dfeb8a5 (patch) | |
tree | c222a2bcb9754ead5a952fffd30c3d88b5833fc9 /Misc | |
parent | af488af55d8f0c078a0c2ac900310194d26e4fc8 (diff) | |
download | cpython-23c51a26a5618af873b280256718c7688dfeb8a5.zip cpython-23c51a26a5618af873b280256718c7688dfeb8a5.tar.gz cpython-23c51a26a5618af873b280256718c7688dfeb8a5.tar.bz2 |
actually remove the mimetools module
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |