Fri Dec  2 00:29:59 EET 2005  [EMAIL PROTECTED]
  * Allow multiple checkbox form fields with same name.
  
  Nevow formless adds hidden fields with False values
  to ensure it gets something back, even if the button
  was not checked.
New patches:

[Allow multiple checkbox form fields with same name.
[EMAIL PROTECTED]
 
 Nevow formless adds hidden fields with False values
 to ensure it gets something back, even if the button
 was not checked.
] {
hunk ./twill/browser.py 328
-            if len(matches) == 1:
+            if (len(matches) == 1
+                or matches[0].type == 'checkbox'):
hunk ./twill/browser.py 354
-                if len(matches) == 1:
+                if (len(matches) == 1
+                    or matches[0].type == 'checkbox'):
}

Context:

[updated version to 0.8.1, prophylactically
[EMAIL PROTECTED] 
[added ctb-notes
[EMAIL PROTECTED] 
[TAG release-0.8
[EMAIL PROTECTED] 
Patch bundle hash:
3efa21b135ff8859d193a828b9186adea4992e5c
_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to