On 10/8/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > brett.cannon schrieb: > > Author: brett.cannon > > Date: Mon Oct 8 21:48:15 2007 > > New Revision: 58378 > > > > Modified: > > python/branches/py3k/Lib/ftplib.py > > Log: > > Change the default encoding for ftplib.FTP to latin1 so that bytes can be in > > the range of 255 instead of only 128. > > Shouldn't FTP use bytes in the end?
Yes, but I have other Python stuff to do that are more pressing. I filed issue1248 about doing a rewrite. -Brett _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
