[Python-Dev] Issue10271 - warnings.showwarning should allow any callable object - request commiter

2011-07-16 Thread lekmalek
Hello all, Can any of you core devs have a look at http://bugs.python.org/issue10271. It seems Brett is really busy right now and this uncontroversial (AFAICT) one liner only needs someone to review it and commit it. The pb is, it's holding me back a little bit, and I really would like to have it

Re: [Python-Dev] making socket.getaddrinfo use cached dns

2011-07-16 Thread Maciej Fijalkowski
On Thu, Jul 7, 2011 at 7:59 PM, Oleg Broytman p...@phdru.name wrote: Hello.   We are sorry but we cannot help you. This mailing list is to work on developing Python (adding new features to Python itself and fixing bugs); Well, it seems this post is about adding a new feature isn't it?

Re: [Python-Dev] making socket.getaddrinfo use cached dns

2011-07-16 Thread Oleg Broytman
On Sat, Jul 16, 2011 at 04:12:45PM +0200, Maciej Fijalkowski wrote: On Thu, Jul 7, 2011 at 7:59 PM, Oleg Broytman p...@phdru.name wrote:   We are sorry but we cannot help you. This mailing list is to work on developing Python (adding new features to Python itself and fixing bugs); Well, it

Re: [Python-Dev] making socket.getaddrinfo use cached dns

2011-07-16 Thread Nick Coghlan
On Sun, Jul 17, 2011 at 12:12 AM, Maciej Fijalkowski fij...@gmail.com wrote: On Thu, Jul 7, 2011 at 7:59 PM, Oleg Broytman p...@phdru.name wrote: Hello.   We are sorry but we cannot help you. This mailing list is to work on developing Python (adding new features to Python itself and fixing

Re: [Python-Dev] making socket.getaddrinfo use cached dns

2011-07-16 Thread Antoine Pitrou
On Sun, 17 Jul 2011 00:59:17 +1000 Nick Coghlan ncogh...@gmail.com wrote: Exposing those flags would encourage people to do exactly that, and that would be a *really* bad idea Making DNS resolution configurable (for example by allowing the user to supply their own resolution function) in the

Re: [Python-Dev] making socket.getaddrinfo use cached dns

2011-07-16 Thread Guido van Rossum
On Sat, Jul 16, 2011 at 8:26 AM, Antoine Pitrou solip...@pitrou.net wrote: I don't think moralist arguments should have a weight when deciding which features we add. If developers want to introduce bugs or limitations in their software they will always be able to do it. Actually when designing