summaryrefslogtreecommitdiffstats
path: root/Lib/sre_constants.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-04-19 12:56:08 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-04-19 12:56:08 (GMT)
commit78e2f06cc66178887ee0d6d243370efa241a675a (patch)
tree07910e9afd123f6c5c394d46f6dbdf087ef978ba /Lib/sre_constants.py
parent53d93adc46c73e6fdcd6db2d16f0136eadba9839 (diff)
downloadcpython-78e2f06cc66178887ee0d6d243370efa241a675a.zip
cpython-78e2f06cc66178887ee0d6d243370efa241a675a.tar.gz
cpython-78e2f06cc66178887ee0d6d243370efa241a675a.tar.bz2
Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.
Diffstat (limited to 'Lib/sre_constants.py')
-rw-r--r--Lib/sre_constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sre_constants.py b/Lib/sre_constants.py
index 2cd85a3..07b24dd 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