]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34013: Move the Python 2 hints from the exception constructor to the parser ...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 27 Jul 2021 20:30:32 +0000 (21:30 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 20:30:32 +0000 (21:30 +0100)
commitecc3c8e4216958d85385bf2467441c975128f26c
treecba394460a49c48aee128b4c9fe1b87c83b0b770
parent6948964ecf94e858448dd28eea634317226d2913
bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392)
Grammar/python.gram
Lib/test/test_exceptions.py
Lib/test/test_print.py
Objects/exceptions.c
Parser/parser.c