[issue34681] Incorrect class name Pattern in sre_parse.py

2018-09-17 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34681] Incorrect class name Pattern in sre_parse.py

2018-09-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e0c19ddc661e56cc7e694be52d3e47f1dfe5af24 by Serhiy Storchaka in branch 'master': bpo-34681: Rename class Pattern in sre_parse to State. (GH-9310) https://github.com/python/cpython/commit/e0c19ddc661e56cc7e694be52d3e47f1dfe5af24 -- _

[issue34681] Incorrect class name Pattern in sre_parse.py

2018-09-14 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue34681] Incorrect class name Pattern in sre_parse.py

2018-09-14 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +8736 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue34681] Incorrect class name Pattern in sre_parse.py

2018-09-14 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : In 8a3ebf8ca87a7d2989148d7c218974ab4235ca5d, with synchronizing regex engine with SRE 0.9.6, the class State in sre_parse.py was renamed to Pattern and the following comment was added: "master pattern object. keeps track of global attributes". This nam