-> > In urllib/urllib2, if you do a POST you give the body as an argument, -> > with urllib.urlencode(form_values) as the body. form_values can be a -> > dict, or better a list of (key, value) tuples. -> -> Thanks Ian, I appreciate the tip. As it happens I did know about doing -> it that way, and wound up doing just that, but I thought it might be a -> nice addition to twill given the supereasy twill syntax as compared to -> the easy urllib/urllib2 syntax!
As the open-source saying goes... "patches are always welcome" ;) I have a backlog of things I'm doing, of course, and twill is fairly far down on the list at the moment. (GHOP, figleaf, and work are all ahead of it ;( --titus _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
