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 1cc85c6..10ee14b 100644 --- a/Lib/re/_constants.py +++ b/Lib/re/_constants.py @@ -13,7 +13,7 @@ # update when constants are added or removed -MAGIC = 20220423 +MAGIC = 20220615 from _sre import MAXREPEAT, MAXGROUPS |