Re: [Python-Dev] best practices stdlib: purging xrange

2007-05-09 Thread O.R.Senthil Kumaran
ect. And doing :s/xrange/range/g would make sense also. ( Am I right in understanding this?) Why range or xrange and why not xrange or range? Or is this discussion about why having two functions with similar (or rather same) functionality, and lets move to one and in which case either of th

Re: [Python-Dev] Summary of Tracker Issues

2007-05-17 Thread O.R.Senthil Kumaran
r: fourth. Site: You are intelligent, I shall allow you. -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/m

Re: [Python-Dev] Summary of Tracker Issues

2007-05-17 Thread O.R.Senthil Kumaran
ould be able to figure it out. Again these are my thoughts and I dont have a good data to prove it. Implementation standpoint, this is one of the easiest I can think of. Thanks, -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Python-Dev mailing l

Re: [Python-Dev] python/trunk/Lib/test/test_urllib.py (for ftpwrapper)

2007-05-27 Thread O.R.Senthil Kumaran
th one of ftp related errors. ( non-programmatic) Under those cases, my assumption is we might require the ftp.login to be present. Are you sure, this change does not affect anyother places? -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Pytho

Re: [Python-Dev] [RFC] urlparse - parse query facility

2007-06-13 Thread O.R.Senthil Kumaran
idea as I see it. It wont break anything as well. Thanks, -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] [RFC] urlparse - parse query facility

2007-06-15 Thread O.R.Senthil Kumaran
stion: Without retyping the bunch of code again in the BaseResult, would is the possible to call parse_qs/parse_qsl function on self.query and provide the result? Basically, what would be a good of doing it. Thanks, Senthil -- O.R.Senthil Kumaran

Re: [Python-Dev] [RFC] urlparse - parse query facility

2007-06-16 Thread O.R.Senthil Kumaran
is unclear. I generally prefer having > an > object that represents the URL and lets me get what I want from it, rather > than having to pass the bits around to separate parsing functions. The I agree. This is really convenient when one comes to know about it. Thanks, Senthil --

Re: [Python-Dev] Requesting commit access to python sandbox. Cleanup urllib2 - Summer of Code 2007 Project

2007-06-16 Thread O.R.Senthil Kumaran
heckins > to the sandbox; checkins elsewhere should be approved by your > mentor. Thanks Martin. I shall abide by the guidelines. -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Python-Dev mailing list Python-Dev@python.org http://mai

[Python-Dev] Tracker item: 735515 - urllib to cache 301 redirections?

2007-07-04 Thread O.R.Senthil Kumaran
ing what "cache - redirection" implies and what should be done with the urllib2 module. Any pointers? Thanks, -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listin

[Python-Dev] RFC - proposal for urilib. unified module of urlparse, urllib and urllib2

2007-08-19 Thread O.R.Senthil Kumaran
s, Senthil -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

[Python-Dev] Roundup issue mails "Do not thread!"

2007-09-03 Thread O.R.Senthil Kumaran
ean in thread trees? When you turn off $strict_threads msgs with similar subjects get grouped together. In ... -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo

Re: [Python-Dev] Roundup issue mails "Do not thread!"

2007-09-03 Thread O.R.Senthil Kumaran
uld file a bug/feature request for Roundup. How are others keeping track? Whenever I open an issue after analyzing the email message, I find that it salready discussed and state is changed, I had missed the further emails on the same issue due to non-threads. Thanks, -- O.R.

[Python-Dev] IPv6 hostname resolution using socket.getaddrinfo()

2007-09-17 Thread O.R.Senthil Kumaran
et.AI_CANONNAME): fa, socktype, proto, canonname, sa = res return cannoname The above function does not seem to work. It returns blank value only. Any help/ pointers? -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Python-

Re: [Python-Dev] IPv6 hostname resolution using socket.getaddrinfo()

2007-09-18 Thread O.R.Senthil Kumaran
AME) [(10, 2, 17, 'localhost', ('fe80::219:5bff:fefd:6270', 0, 0, 0))] Shall do a little more research on flags and see if documentation needs any update. Because current one speaks only about AI_CANONNAME being set. Thank you. :) Senthil > > -Original Message---

[Python-Dev] viewvc at svn.python.org down?

2007-12-26 Thread O.R.Senthil Kumaran
The viewvc interface of svn.python.org seems down. svn is working properly though. Anyone aware of the problem? -- O.R.Senthil Kumaran http://uthcode.sarovar.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo