diff options
Diffstat (limited to 'Lib/re/_constants.py')
-rw-r--r-- | Lib/re/_constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/re/_constants.py b/Lib/re/_constants.py index 10ee14b..d8718d3 100644 --- a/Lib/re/_constants.py +++ b/Lib/re/_constants.py @@ -13,7 +13,7 @@ # update when constants are added or removed -MAGIC = 20220615 +MAGIC = 20221023 from _sre import MAXREPEAT, MAXGROUPS |