[Python-3000] PEP 3137 plan of attack

Christian Heimes lists at cheimes.de
Tue Oct 16 15:45:56 CEST 2007


Gregory P. Smith wrote:
> fwiw - On py3k head on the x86 ubuntu feisty box i used to do the commit the
> following tests on the py3k branch were failing both before and after this
> change.
> 
>   test_cProfile test_doctest test_email test_profile
> 
> I didn't break them. :)

They are broken on Ubuntu Linux, i386 and UCS-4 build for me, too. The
failures in doctest, profile and cProfile are caused by additional calls
to utf_8_decode. They were introduced by the patch from me and Alexandre
but we don't know how to fix them.

I've a fix for one of the two failures in test_email in one of my
pending patches.

Christian



More information about the Python-3000 mailing list