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.
>
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
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
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
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