]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40491: Fix typo in syntax error for numeric literals (GH-19893)
authorShantanu <hauntsaninja@users.noreply.github.com>
Mon, 4 May 2020 08:13:30 +0000 (01:13 -0700)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 08:13:30 +0000 (11:13 +0300)
commitc3f001461d5794c81cf5f70e08ae5435fe935ceb
tree87e58f45e3500f5b08263611da494451acf7f672
parent41a64587a0fd68bcd21ba42999cd3940801dff7c
bpo-40491: Fix typo in syntax error for numeric literals (GH-19893)
Parser/pegen/pegen.c