[Zope-Checkins] CVS: Zope2 - ObjectManager.py:1.137.4.6
Brian Lloyd
brian@digicool.com
Thu, 5 Jul 2001 15:09:08 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/OFS
In directory korak.digicool.com:/home/brian/temp/zope-24-branch/lib/python/OFS
Modified Files:
Tag: Zope-2_4-branch
ObjectManager.py
Log Message:
Added # to valid object ids to support emacs tempfiles
--- Updated File ObjectManager.py in package Zope2 --
--- ObjectManager.py 2001/07/05 15:34:55 1.137.4.5
+++ ObjectManager.py 2001/07/05 19:09:08 1.137.4.6
@@ -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