Skip to content

Commit 2857d51

Browse files
committed
wft-x2
1 parent d67e3c8 commit 2857d51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_format.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,6 @@ def test_non_ascii(self):
420420
self.assertEqual(format(1+2j, "\u2007^8"), "\u2007(1+2j)\u2007")
421421
self.assertEqual(format(0j, "\u2007^4"), "\u20070j\u2007")
422422

423-
# TODO: RUSTPYTHON implement format float num
424-
#@unittest.expectedFailure
425423
def test_locale(self):
426424
try:
427425
oldloc = locale.setlocale(locale.LC_ALL)

0 commit comments

Comments
 (0)