On Sun, Apr 11, 2010 at 11:40 PM, BJ Swope <[email protected]> wrote:
> Other than asking the website owner to change the name of the field
> how can I go about passing that field in the form post?
>
How about:
>>> urllib.urlencode({'pass' : 'foo'})
And so on? What is your problem in this context?
Cheers,
Xav
-- http://mail.python.org/mailman/listinfo/python-list
