From: Nikita Sobolev Date: Mon, 29 Apr 2024 11:16:51 +0000 (+0300) Subject: Uncomment one grammar test (#118361) X-Git-Tag: v3.13.0b1~230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23d0371bb99b1df183c36883e256f82fdf6a4bea;p=thirdparty%2FPython%2Fcpython.git Uncomment one grammar test (#118361) --- diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py index 8501006b7992..c72f4387108c 100644 --- a/Lib/test/test_grammar.py +++ b/Lib/test/test_grammar.py @@ -164,7 +164,7 @@ class TokenTests(unittest.TestCase): x = 3.14 x = 314. x = 0.314 - # XXX x = 000.314 + x = 000.314 x = .314 x = 3e14 x = 3E14