diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2000-07-01 17:50:59 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2000-07-01 17:50:59 (GMT) |
commit | 22d254652099e3a1f157543c7b1b37e3263e65c7 (patch) | |
tree | e761c89098e3efcc101ed90f2647d8e231bdd150 /Lib/sre_compile.py | |
parent | c3a65982a3bab83307bc4b2db2bdac659950e559 (diff) | |
download | cpython-22d254652099e3a1f157543c7b1b37e3263e65c7.zip cpython-22d254652099e3a1f157543c7b1b37e3263e65c7.tar.gz cpython-22d254652099e3a1f157543c7b1b37e3263e65c7.tar.bz2 |
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_compile.py')
-rw-r--r-- | Lib/sre_compile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sre_compile.py b/Lib/sre_compile.py index 590e45f..14b1970 100644 --- a/Lib/sre_compile.py +++ b/Lib/sre_compile.py @@ -6,7 +6,7 @@ # Copyright (c) 1997-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. # |