diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-12 22:15:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-12 22:15:50 (GMT) |
commit | a0c0a4a2616e83084052a34c9806b3308f5799db (patch) | |
tree | d00f0e5b8caf161f0f1f8af11e608bfff05f3aa1 /Misc | |
parent | 83e9f4cd77f0cf4e47d505643c00b0dc3debace3 (diff) | |
download | cpython-a0c0a4a2616e83084052a34c9806b3308f5799db.zip cpython-a0c0a4a2616e83084052a34c9806b3308f5799db.tar.gz cpython-a0c0a4a2616e83084052a34c9806b3308f5799db.tar.bz2 |
remove the rfc822 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 ------- +- 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. |