Kaydet (Commit) 63b482ce authored tarafından Marc-André Lemburg's avatar Marc-André Lemburg

String tests should test 8-bit strings :-)

üst e401b6fc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment