From: Eric S. Raymond Date: Fri, 9 Feb 2001 11:46:37 +0000 (+0000) Subject: String method conversion. X-Git-Tag: v2.1b1~451 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8c628bd59f70b5389c39fd9e6a15cb3e2d46f27;p=python String method conversion. (This one was trivial -- no actual string. references in it!) --- diff --git a/Lib/test/test_format.py b/Lib/test/test_format.py index 7972676bc5..6a6060384b 100644 --- a/Lib/test/test_format.py +++ b/Lib/test/test_format.py @@ -1,5 +1,5 @@ from test_support import verbose -import string, sys +import sys # test string formatting operator (I am not sure if this is being tested # elsewhere but, surely, some of the given cases are *not* tested because