[Python-3000] PEP 3137 plan of attack

Brett Cannon brett at python.org
Mon Oct 8 21:50:02 CEST 2007


On 10/7/07, Guido van Rossum <guido at python.org> wrote:
[SNIP]
> PS. Is there anyone who understands test_urllib2net and can fix it?
> It's been failing for weeks (maybe months) now.

I don't understand it but I fixed it in r58378.  =)

When ftplib.FTP was converted over to Py3K it was given a default
encoding of ASCII on all read data, but that doesn't work as the stuff
on the other end could be latin1 (and it was).  So I just changed the
default encoding.

-Brett


More information about the Python-3000 mailing list