[issue1248] ftplib needs a rewrite to use bytes/buffers

Brett Cannon report at bugs.python.org
Mon Oct 8 22:12:04 CEST 2007


New submission from Brett Cannon:

For instance, ftplib.FTP reads from sockets using socket.makefile(), but
in text mode.  That's bad when the data could be in the format of ASCII
or binary data.

----------
components: Library (Lib)
keywords: py3k
messages: 56281
nosy: brett.cannon
priority: normal
severity: major
status: open
title: ftplib needs a rewrite to use bytes/buffers
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1248>
__________________________________


More information about the Python-bugs-list mailing list