mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Reenable test_ucs4 and remove some duplicated lines.
This commit is contained in:
parent
0f4dd9a8e5
commit
a87b383ac1
2 changed files with 17 additions and 26 deletions
|
@ -1131,7 +1131,7 @@ class MixinStrUnicodeUserStringTest:
|
|||
format = '%%.%if' % prec
|
||||
value = 0.01
|
||||
for x in range(60):
|
||||
value = value * 3.141592655 / 3.0 * 10.0
|
||||
value = value * 3.14159265359 / 3.0 * 10.0
|
||||
self.checkcall(format, "__mod__", value)
|
||||
|
||||
def test_inplace_rewrites(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue