]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34013: Move the Python 2 hints from the exception constructor to the parser ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Jul 2021 21:19:18 +0000 (14:19 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 21:19:18 +0000 (14:19 -0700)
commit68e3dca0687c4c8e61ed98aed82f81049880c0ce
tree09303b22a3cfb3c9e788ceb4219840200ff42b00
parentb977f8510e2ff4f11e3bda920722098a242fc8cc
bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392)

(cherry picked from commit ecc3c8e4216958d85385bf2467441c975128f26c)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Grammar/python.gram
Lib/test/test_exceptions.py
Lib/test/test_print.py
Objects/exceptions.c
Parser/parser.c