[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - widget.py:1.29.4.8
Fred L. Drake, Jr.
fred@zope.com
Mon, 12 May 2003 13:19:44 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv8885
Modified Files:
Tag: schema-vocabulary-branch
widget.py
Log Message:
Clarify comment a little.
=== Zope3/src/zope/app/browser/form/widget.py 1.29.4.7 => 1.29.4.8 ===
--- Zope3/src/zope/app/browser/form/widget.py:1.29.4.7 Mon May 12 13:08:24 2003
+++ Zope3/src/zope/app/browser/form/widget.py Mon May 12 13:19:44 2003
@@ -698,7 +698,8 @@
# These widget factories delegate to the vocabulary on the field.
# These are required to be classes by the painful implementation of the
# browser:page ZCML directive; we use __new__() so we can do the right
-# thing.
+# thing without having to act as a proxy or otherwise dispatch to the
+# implementation class.
class VocabularyFieldDisplayWidget:
def __new__(cls, field, request):