]> granicus.if.org Git - python/commit
Patch by Humberto Diogenes for issue 2849, removing rfc822 module from
authorBarry Warsaw <barry@python.org>
Thu, 12 Jun 2008 02:38:51 +0000 (02:38 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 12 Jun 2008 02:38:51 +0000 (02:38 +0000)
commit596097e0bc2b22d53232fcf4d20ddad3f3f80f1b
treeb7fa762dd86aee2e6fce9de45c1fa7a67e751462
parenta5b41eb1e63495c068949a62da630d00a672cfb6
Patch by Humberto Diogenes for issue 2849, removing rfc822 module from
the standard library.  There are still a few cases of it in Demo and
Tools, but that's fine for now.  These should eventually get cleaned
up.  mimetools still has an import of rfc822, but mimetools itself
should go away.
Lib/cgi.py
Lib/test/test_cgi.py