[Python-checkins] CVS: python/dist/src/Lib re.py,1.38,1.39

Guido van Rossum python-dev@python.org
Tue, 1 Aug 2000 14:22:20 -0700


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

Modified Files:
	re.py 
Log Message:
My fix to the URL accidentally also switched back to the "pre" module.
Undo that!


Index: re.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/re.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** re.py	2000/08/01 20:28:33	1.38
--- re.py	2000/08/01 21:22:16	1.39
***************
*** 21,26 ****
  #
  
! # engine = "sre"
! engine = "pre"
  
  if engine == "sre":
--- 21,26 ----
  #
  
! engine = "sre"
! # engine = "pre"
  
  if engine == "sre":