mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
String tests should test 8-bit strings :-)
This commit is contained in:
parent
e401b6fc55
commit
63b482cefb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue