diff options
| author | Fredrik Lundh <fredrik@pythonware.com> | 2000-07-01 17:50:59 +0000 |
|---|---|---|
| committer | Fredrik Lundh <fredrik@pythonware.com> | 2000-07-01 17:50:59 +0000 |
| commit | 22d254652099e3a1f157543c7b1b37e3263e65c7 (patch) | |
| tree | e761c89098e3efcc101ed90f2647d8e231bdd150 /Lib | |
| parent | c3a65982a3bab83307bc4b2db2bdac659950e559 (diff) | |
| download | cpython-git-22d254652099e3a1f157543c7b1b37e3263e65c7.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')
| -rw-r--r-- | Lib/sre.py | 2 | ||||
| -rw-r--r-- | Lib/sre_compile.py | 2 | ||||
| -rw-r--r-- | Lib/sre_constants.py | 2 | ||||
| -rw-r--r-- | Lib/sre_parse.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Lib/sre.py b/Lib/sre.py index 5e6aeeb853..a09184b2a0 100644 --- a/Lib/sre.py +++ b/Lib/sre.py @@ -6,7 +6,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. # diff --git a/Lib/sre_compile.py b/Lib/sre_compile.py index 590e45fb42..14b1970d56 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. # 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. # diff --git a/Lib/sre_parse.py b/Lib/sre_parse.py index 53616f618f..0e01ad62db 100644 --- a/Lib/sre_parse.py +++ b/Lib/sre_parse.py @@ -6,7 +6,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. # |
