]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34681: Rename class Pattern in sre_parse to State. (GH-9310)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Sep 2018 06:16:26 +0000 (09:16 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Sep 2018 06:16:26 +0000 (09:16 +0300)
commite0c19ddc661e56cc7e694be52d3e47f1dfe5af24
tree972122eceefcc73fac11a5caf29cdb615ebaddc8
parent9c53fa6ad9cd23fb03867b4a1f74264c426c1772
bpo-34681: Rename class Pattern in sre_parse to State. (GH-9310)

Also rename corresponding attributes, parameters and variables.
Lib/re.py
Lib/sre_compile.py
Lib/sre_parse.py