[Python-checkins] CVS: python/dist/src/Lib sre.py,1.10,1.11 sre_compile.py,1.8,1.9 sre_constants.py,1.8,1.9 sre_parse.py,1.8,1.9

Fredrik Lundh python-dev@python.org
Thu, 29 Jun 2000 05:48:40 -0700


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

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


- renamed "tolower" hook (it happened to work with
  my compiler, but not on guido's box...)  

Index: sre.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/sre.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11

Index: sre_compile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/sre_compile.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9

Index: sre_constants.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/sre_constants.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9

Index: sre_parse.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/sre_parse.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9