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 신동원
Recipients martin.panter, vstinner, 신동원
Date 2015-11-03.11:54:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446551673.86.0.112944904973.issue25539@psf.upfronthosting.co.za>
In-reply-to
Content
I found that Python3 no more uses header format from rfc822, and the data
b'P3P : CP="ALL CURa ADMa DEVa TAIa OUR BUS IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC OTC"\r\n'
not match with `headerRE = re.compile(r'^(From |[\041-\071\073-\176]*:|[\t ])')` so it makes problem.
History
Date User Action Args
2015-11-03 11:54:33신동원setrecipients: + 신동원, vstinner, martin.panter
2015-11-03 11:54:33신동원setmessageid: <1446551673.86.0.112944904973.issue25539@psf.upfronthosting.co.za>
2015-11-03 11:54:33신동원linkissue25539 messages
2015-11-03 11:54:33신동원create