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.