mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
String tests should test 8-bit strings :-)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user