String tests should test 8-bit strings :-)

This commit is contained in:
Marc-André Lemburg 2002-12-30 10:50:32 +00:00
parent e401b6fc55
commit 63b482cefb
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ string.uppercase
# Float formatting
for prec in range(100):
formatstring = u'%%.%if' % prec
formatstring = '%%.%if' % prec
value = 0.01
for x in range(60):
value = value * 3.141592655 / 3.0 * 10.0