]> granicus.if.org Git - python/commit
Issue #28637: Reapply changeset 223731925d06
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Nov 2016 11:35:55 +0000 (12:35 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Nov 2016 11:35:55 +0000 (12:35 +0100)
commitfb6a6596b53e7ecf89e36073661eaf556ca4822e
treec3eb6cdaa0e3339eb4b03ec681b1289746a5066e
parent996fc1fcfc165a8d7f56b6d31933b594a5f48d73
Issue #28637: Reapply changeset 223731925d06

"issue28082: use IntFlag for re constants" by Ethan Furman.

The re module is not more used in the site module and so adding "import enum"
to re.py doesn't impact python_startup benchmark anymore.
Lib/re.py