]> granicus.if.org Git - python/commit
Change the default encoding for ftplib.FTP to latin1 so that bytes can be in
authorBrett Cannon <bcannon@gmail.com>
Mon, 8 Oct 2007 19:48:15 +0000 (19:48 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 8 Oct 2007 19:48:15 +0000 (19:48 +0000)
commit6733d701f1465cad4f5da4891f786a3716553d58
treeef93de90b02d7bfe954def4b30d01025f68693ad
parent9f2c39a7751b648b982373cb097371d69762beff
Change the default encoding for ftplib.FTP to latin1 so that bytes can be in
the range of 255 instead of only 128.
Lib/ftplib.py