[Zope-Checkins] CVS: Zope2 - ObjectManager.py:1.133.4.3
chrism@serenade.digicool.com
chrism@serenade.digicool.com
Tue, 24 Apr 2001 12:13:34 -0400
Update of /cvs-repository/Zope2/lib/python/OFS
In directory serenade.digicool.com:/home/chrism/sandboxes/RegexExtermination/lib/python/OFS
Modified Files:
Tag: ajung-2_4-ts_regex-exterminiation-branch
ObjectManager.py
Log Message:
fixed bad_id regex.
--- Updated File ObjectManager.py in package Zope2 --
--- ObjectManager.py 2001/04/23 16:24:43 1.133.4.2
+++ ObjectManager.py 2001/04/24 16:13:34 1.133.4.3
@@ -109,7 +109,7 @@
XMLExportImport.magic: XMLExportImport.importXML,
}
-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