Staging
v0.8.1
https://github.com/python/cpython
Revision bef9d21d14722bc43fa2161ae55088d152d42ff8 authored by Barry Warsaw on 31 August 2007, 10:55:37 UTC, committed by Barry Warsaw on 31 August 2007, 10:55:37 UTC
line splitting examples don't split things the way they used to -- or should.
In these cases, change the test case and add an XXX.

The final failure was in Charset.body_encode() with euc-jp charset.  These
return the original string unencoded, which isn't right.  XXX and comment this
out for now; we'll fix it after a1.
1 parent 7f13e6b
History
Tip revision: bef9d21d14722bc43fa2161ae55088d152d42ff8 authored by Barry Warsaw on 31 August 2007, 10:55:37 UTC
Make test_email.py completely pass. This is cheating though because the two
Tip revision: bef9d21

README

back to top