On Tue, Oct 2, 2012 at 5:27 PM, Benjamin Fishbein <[email protected]> wrote: > Hi. I'm really confused about which data I need to put in for posting > something with urllib2. > > I added the action on to the website. I know that I use that for the URL > parameter. But what do I need to put in dicts to pass along data? And what > is the purpose of the third parameter...the delay?? >
I think using requests is simpler. check it out at http://docs.python-requests.org/en/latest/ -- Joel Goldstick _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
