[Zope3-checkins] CVS: StandaloneZConfig/ZConfig/components/logger -
factory.py:1.2
Fred L. Drake, Jr.
fred at zope.com
Thu Apr 15 01:42:06 EDT 2004
Update of /cvs-repository/StandaloneZConfig/ZConfig/components/logger
In directory cvs.zope.org:/tmp/cvs-serv13481
Modified Files:
factory.py
Log Message:
now that we require Python 2.3, we can use a simpler marker object
=== StandaloneZConfig/ZConfig/components/logger/factory.py 1.1 => 1.2 ===
--- StandaloneZConfig/ZConfig/components/logger/factory.py:1.1 Fri Jan 2 13:46:12 2004
+++ StandaloneZConfig/ZConfig/components/logger/factory.py Thu Apr 15 01:42:03 2004
@@ -12,7 +12,7 @@
#
##############################################################################
-_marker = []
+_marker = object()
class Factory:
"""Generic wrapper for instance construction.
More information about the Zope3-Checkins
mailing list