We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67e3c8 commit 2857d51Copy full SHA for 2857d51
Lib/test/test_format.py
@@ -420,8 +420,6 @@ def test_non_ascii(self):
420
self.assertEqual(format(1+2j, "\u2007^8"), "\u2007(1+2j)\u2007")
421
self.assertEqual(format(0j, "\u2007^4"), "\u20070j\u2007")
422
423
- # TODO: RUSTPYTHON implement format float num
424
- #@unittest.expectedFailure
425
def test_locale(self):
426
try:
427
oldloc = locale.setlocale(locale.LC_ALL)
0 commit comments