[wwwsearch-commits] r37047 - wwwsearch/ClientForm/trunk

jjlee at codespeak.net jjlee at codespeak.net
Sat Jan 20 01:15:05 CET 2007


Author: jjlee
Date: Sat Jan 20 01:15:02 2007
New Revision: 37047

Modified:
   wwwsearch/ClientForm/trunk/ClientForm.py
Log:
Note some bugs to fix

Modified: wwwsearch/ClientForm/trunk/ClientForm.py
==============================================================================
--- wwwsearch/ClientForm/trunk/ClientForm.py	(original)
+++ wwwsearch/ClientForm/trunk/ClientForm.py	Sat Jan 20 01:15:02 2007
@@ -27,6 +27,7 @@
 """
 
 # XXX
+# SELECT outside of FORM loses last OPTION
 # add an __all__
 # Remove parser testing hack
 # safeUrl()-ize action
@@ -1644,6 +1645,8 @@
         return res
 
     def __repr__(self):
+        # XXX appending the attrs without distinguishing them from name and id
+        # is silly
         attrs = [("name", self.name), ("id", self.id)]+self.attrs.items()
         return "<%s %s>" % (
             self.__class__.__name__,


More information about the wwwsearch-commits mailing list