[Zope-Checkins] CVS: Zope2 - ts_regex.py:1.5

Jim Fulton jim@tarzan.digicool.com
Fri, 30 Jul 1999 10:33:29 -0400


Update of /cvs-repository/Zope2/lib/python
In directory tarzan.digicool.com:/projects/users/jim/lib/python

Modified Files:
	ts_regex.py 
Log Message:
Fixes a serious bug in compile and syscomp.  They were not mixing
in Sync.Synchronized, because Sync.Synchronized doesn't want to play
with __getattr__.  

Also changed to allow correct execution on systems without threads.