[issue3982] support .format for bytes

Benjamin Peterson report at bugs.python.org
Sat Sep 27 19:39:01 CEST 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

On Sat, Sep 27, 2008 at 12:35 PM, Martin v. Löwis
<report at bugs.python.org> wrote:
>
> Martin v. Löwis <martin at v.loewis.de> added the comment:
>
> I'm skeptical. What networking code specifically are you using, and what
> specifically does it use string formatting for?

I'm working on the tests for ftplib. [1] The dummy server uses string
formatting to build responses.

[1] http://svn.python.org/view/python/trunk/Lib/test/test_ftplib.py?view=markup

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3982>
_______________________________________


More information about the Python-bugs-list mailing list