[issue2849] Remove usage of rfc822 from the stdlib

Humberto Diogenes report at bugs.python.org
Mon May 19 07:34:41 CEST 2008


Humberto Diogenes <humberto at digi.com.br> added the comment:

A quick search for rfc822 imports in py3k reveals this:

$ find . -name '*.py' | xargs egrep -nr '(from|import) rfc822'
./Demo/scripts/mboxconvert.py:7:import rfc822
./Lib/cgi.py:39:import rfc822
./Lib/mimetools.py:5:import rfc822
./Lib/test/test_rfc822.py:1:import rfc822
./Lib/test/test_urllib2.py:587:        import rfc822, socket
./Tools/faqwiz/faqwiz.py:210:            import rfc822
./Tools/scripts/mailerdaemon.py:3:import rfc822
./Tools/versioncheck/pyversioncheck.py:2:import rfc822

The real "release blockers" should be cgi, mimetools and test_urllib2.

----------
nosy: +hdiogenes

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2849>
__________________________________


More information about the Python-bugs-list mailing list