<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -165,11 +165,11 @@ class Browser:
         else:
             raise BrowserError(&quot;No form selected.&quot;)
         
-    def submit(self):
+    def submit(self, **kw):
         &quot;&quot;&quot;submits the currently selected form.&quot;&quot;&quot;
         if self.form is None:
             raise BrowserError(&quot;No form selected.&quot;)
-        req = self.form.click()
+        req = self.form.click(**kw)
         return self.do_request(req)
 
     def __getitem__(self, key):</diff>
      <filename>vendor/webpy/web/browser.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6d618eb085da8f031ad346dc9d9da51bb967fc61</id>
    </parent>
  </parents>
  <author>
    <name>Devi</name>
    <email>asldevi@gmail.com</email>
  </author>
  <url>http://github.com/aaronsw/watchdog/commit/8304422c25c54eece9d9111e567596465b8cd026</url>
  <id>8304422c25c54eece9d9111e567596465b8cd026</id>
  <committed-date>2009-03-05T02:56:50-08:00</committed-date>
  <authored-date>2009-03-05T02:56:50-08:00</authored-date>
  <message>allow arguments for form.click</message>
  <tree>6c794cef420c175ad088ad8c1c2b72cf9adac0b0</tree>
  <committer>
    <name>Devi</name>
    <email>asldevi@gmail.com</email>
  </committer>
</commit>
