Hi all , Can someone explain to me why things are implemented the following in urllib2.
When I pass encoded url using http it again encodes the parameters whereas in case of https it does not urlencode again so lets say the (http) call is http//:example.com?email=amit%40sethi.comthe request is http://example.com?email=amit%2540sethi.com where as in case of https it is https://example.com?email=amit%40sethi.com Thanks Amit -- A-M-I-T S|S _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers