[Python-3000-checkins] r58378 - python/branches/py3k/Lib/ftplib.py

Georg Brandl g.brandl at gmx.net
Mon Oct 8 21:51:46 CEST 2007


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?

Georg

-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.



More information about the Python-3000-checkins mailing list