[Zope-Checkins] CVS: Zope2 - ObjectManager.py:1.141

Brian Lloyd brian@digicool.com
Fri, 6 Jul 2001 14:06:57 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/OFS
In directory korak.digicool.com:/home/brian/temp/mainline/lib/python/OFS

Modified Files:
	ObjectManager.py 
Log Message:
merge allowing '#' in id from branch



--- Updated File ObjectManager.py in package Zope2 --
--- ObjectManager.py	2001/07/05 15:44:50	1.140
+++ ObjectManager.py	2001/07/06 18:06:57	1.141
@@ -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