From 22d254652099e3a1f157543c7b1b37e3263e65c7 Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Sat, 1 Jul 2000 17:50:59 +0000 Subject: 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. --- Lib/sre_parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/sre_parse.py') 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. # -- cgit v1.2.1