Re: [Tutor] posting with urllib2

2012-10-02 Thread Joel Goldstick
On Tue, Oct 2, 2012 at 5:27 PM, Benjamin Fishbein 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

[Tutor] posting with urllib2

2012-10-02 Thread Benjamin Fishbein
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?? Th