From 78e2f06cc66178887ee0d6d243370efa241a675a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 19 Apr 2003 12:56:08 +0000 Subject: Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. --- Lib/sre_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/sre_constants.py') diff --git a/Lib/sre_constants.py b/Lib/sre_constants.py index 2cd85a39f9..07b24ddf54 100644 --- a/Lib/sre_constants.py +++ b/Lib/sre_constants.py @@ -13,7 +13,7 @@ # update when constants are added or removed -MAGIC = 20010701 +MAGIC = 20030419 # max code word in this release -- cgit v1.2.1