[Python-checkins] CVS: python/dist/src/Lib sre.py,1.17,1.18 sre_compile.py,1.18,1.19 sre_constants.py,1.12,1.13 sre_parse.py,1.18,1.19

Fredrik Lundh python-dev@python.org
Sat, 1 Jul 2000 10:51:06 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv25808/Lib

Modified Files:
	sre.py sre_compile.py sre_constants.py sre_parse.py 
Log Message:


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.

Index: sre.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/sre.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** sre.py	2000/06/30 13:55:14	1.17
--- sre.py	2000/07/01 17:50:59	1.18
***************
*** 7,11 ****
  #
  # Portions of this engine have been developed in cooperation with
! # CNRI.  Hewlett-Packard provided funding for 1.6 integration and
  # other compatibility work.
  #
--- 7,11 ----
  #
  # Portions of this engine have been developed in cooperation with
! # CNRI.  Hewlett-Packard provided funding for 2.0 integration and
  # other compatibility work.
  #

Index: sre_compile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/sre_compile.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** sre_compile.py	2000/06/30 22:37:31	1.18
--- sre_compile.py	2000/07/01 17:50:59	1.19
***************
*** 7,11 ****
  #
  # Portions of this engine have been developed in cooperation with
! # CNRI.  Hewlett-Packard provided funding for 1.6 integration and
  # other compatibility work.
  #
--- 7,11 ----
  #
  # Portions of this engine have been developed in cooperation with
! # CNRI.  Hewlett-Packard provided funding for 2.0 integration and
  # other compatibility work.
  #

Index: sre_constants.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/sre_constants.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** sre_constants.py	2000/06/30 10:41:30	1.12
--- sre_constants.py	2000/07/01 17:50:59	1.13
***************
*** 8,12 ****
  #
  # Portions of this engine have been developed in cooperation with
! # CNRI.  Hewlett-Packard provided funding for 1.6 integration and
  # other compatibility work.
  #
--- 8,12 ----
  #
  # Portions of this engine have been developed in cooperation with
! # CNRI.  Hewlett-Packard provided funding for 2.0 integration and
  # other compatibility work.
  #

Index: sre_parse.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/sre_parse.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** sre_parse.py	2000/06/30 22:37:31	1.18
--- sre_parse.py	2000/07/01 17:50:59	1.19
***************
*** 7,11 ****
  #
  # Portions of this engine have been developed in cooperation with
! # CNRI.  Hewlett-Packard provided funding for 1.6 integration and
  # other compatibility work.
  #
--- 7,11 ----
  #
  # Portions of this engine have been developed in cooperation with
! # CNRI.  Hewlett-Packard provided funding for 2.0 integration and
  # other compatibility work.
  #