summaryrefslogtreecommitdiff
path: root/Lib/sre_constants.py
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2000-07-01 17:50:59 +0000
committerFredrik Lundh <fredrik@pythonware.com>2000-07-01 17:50:59 +0000
commitf872ab0528b15cc9d9aa0d8011b0157e3db1939d (patch)
tree0d5eb53e80aba3f1942c338763e8dd82dfb2fbc7 /Lib/sre_constants.py
parent21ca7a3c4fc13e1ce07f125d6cab68214aa0d44d (diff)
downloadcpython-f872ab0528b15cc9d9aa0d8011b0157e3db1939d.tar.gz
today's SRE update:
-- changed 1.6 to 2.0 in the file headers -- fixed ISALNUM macro for the unicode locale. this solution isn't perfect, but the best I can do with Python's current unicode database.
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 45f4f482d2..39db58fd4f 100644
--- a/Lib/sre_constants.py
+++ b/Lib/sre_constants.py
@@ -7,7 +7,7 @@
# Copyright (c) 1998-2000 by Secret Labs AB. All rights reserved.
#
# Portions of this engine have been developed in cooperation with
-# CNRI. Hewlett-Packard provided funding for 1.6 integration and
+# CNRI. Hewlett-Packard provided funding for 2.0 integration and
# other compatibility work.
#