This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hdiogenes
Recipients brett.cannon, hdiogenes
Date 2008-05-19.05:34:31
SpamBayes Score 0.0303626
Marked as misclassified No
Message-id <1211175281.19.0.939934247038.issue2849@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-05-19 05:34:42hdiogenessetspambayes_score: 0.0303626 -> 0.0303626
recipients: + hdiogenes, brett.cannon
2008-05-19 05:34:41hdiogenessetspambayes_score: 0.0303626 -> 0.0303626
messageid: <1211175281.19.0.939934247038.issue2849@psf.upfronthosting.co.za>
2008-05-19 05:34:39hdiogeneslinkissue2849 messages
2008-05-19 05:34:38hdiogenescreate