[Zope-Checkins] CVS: Zope/lib/python/OFS - ObjectManager.py:1.137.4.7

Andreas Jung andreas@zope.com
Fri, 26 Oct 2001 11:14:10 -0400


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv23693/lib/python/OFS

Modified Files:
      Tag: Zope-2_4-branch
	ObjectManager.py 
Log Message:

      - WebDAV: '(' and ')' are now allowed in Ids for Zope objects.
        This is needed when one tries to duplicate files using cut&paste
        through Microsoft webfolders.


=== Zope/lib/python/OFS/ObjectManager.py 1.137.4.6 => 1.137.4.7 ===
     }
 
-bad_id=re.compile(r'[^a-zA-Z0-9-_~,.$# ]').search #TS
+bad_id=re.compile(r'[^a-zA-Z0-9-_~,.$#\(\) ]').search #TS
 
 # Global constants: __replaceable__ flags:
 NOT_REPLACEABLE = 0