[Zope-Checkins] CVS: Zope/lib/python/Controller - SchemaHandler.py:1.1.2.4
Fred L. Drake, Jr.
fred@zope.com
Fri, 6 Dec 2002 12:06:44 -0500
Update of /cvs-repository/Zope/lib/python/Controller
In directory cvs.zope.org:/tmp/cvs-serv21996
Modified Files:
Tag: chrism-install-branch
SchemaHandler.py
Log Message:
The marker object can be smaller and immutable.
=== Zope/lib/python/Controller/SchemaHandler.py 1.1.2.3 => 1.1.2.4 ===
--- Zope/lib/python/Controller/SchemaHandler.py:1.1.2.3 Fri Dec 6 11:08:41 2002
+++ Zope/lib/python/Controller/SchemaHandler.py Fri Dec 6 12:06:44 2002
@@ -725,7 +725,7 @@
def setenv(name, value):
os.environ[name] = value
-_marker = []
+_marker = object()
class Factory:
"""