[BangPypers] FW: [python-committers] [RELEASED] Python 3.2 beta 2

2010-12-23 Thread Senthil Kumaran
This is the second beta of the upcoming Python 3.2. -- Senthil On Tue, Dec 21, 2010 at 08:18:56PM +0100, Georg Brandl wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On behalf of the Python development team, I'm happy to announce the > second beta preview release of Python 3.2. >

Re: [BangPypers] post method

2010-12-23 Thread Senthil Kumaran
On Thu, Dec 23, 2010 at 10:25:00PM +0530, Noufal Ibrahim wrote: > I haven't tried with the first but with the above, the backend > processes the POST only if the "submit" parameter is specified (the > value is apparently irrelevant). That's funny. Perhaps not-so-good a form design at the server e

Re: [BangPypers] post method

2010-12-23 Thread Anirudh Asokan
Thanks a lot Noufal. :) . But why did you suspect 'submit' parameter? -- Cheers, Anirudh Asokan www.anirudh.info ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] post method

2010-12-23 Thread Noufal Ibrahim
On Thu, Dec 23 2010, Anirudh Asokan wrote: [...] > #!/usr/bin/python > import urllib,urllib2 > url = 'http://results.vtu.ac.in/default.php' > parameters = {'rid' : '1hk09cs043'} > data = urllib.urlencode(parameters) # Use urllib to encode the parameters > request = urllib2.Request(url, data) > r

[BangPypers] post method

2010-12-23 Thread Anirudh Asokan
Hey, Submission using post method does not seem to work properly. eg : for 'http://cbseresults.nic.in/class10/cbse10.htm' , the following script is not giving proper output. #!/usr/bin/python import urllib,urllib2 url = 'http://cbseresults.nic.in/class10/cbse10.asp' parameters = {'regno' : 'x