From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 2 May 2024 06:03:49 +0000 (+0200) Subject: [3.12] Uncomment one grammar test (GH-118361) (#118385) X-Git-Tag: v3.12.4~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29be35c0ab9495d75e283c15335eafe1b5e20fa8;p=thirdparty%2FPython%2Fcpython.git [3.12] Uncomment one grammar test (GH-118361) (#118385) Uncomment one grammar test (GH-118361) (cherry picked from commit 23d0371bb99b1df183c36883e256f82fdf6a4bea) Co-authored-by: Nikita Sobolev --- 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