This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, eric.smith, loewis
Date 2008-09-27.17:39:00
SpamBayes Score 5.2134824e-06
Marked as misclassified No
Message-id <1afaf6160809271039k1c57f03o5eff42a624425aec@mail.gmail.com>
In-reply-to <1222536937.19.0.407489020675.issue3982@psf.upfronthosting.co.za>
Content
On Sat, Sep 27, 2008 at 12:35 PM, Martin v. Löwis
<report@bugs.python.org> wrote:
>
> Martin v. Löwis <martin@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
History
Date User Action Args
2008-09-27 17:39:01benjamin.petersonsetrecipients: + benjamin.peterson, loewis, eric.smith
2008-09-27 17:39:01benjamin.petersonlinkissue3982 messages
2008-09-27 17:39:00benjamin.petersoncreate