Re: [Python-Dev] About SSL tests

2007-04-02 Thread Josiah Carlson
"Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > >> The problem is that os.kill only works in Unix and Macintosh. So, > >> there's a better way to do this? Or I shall check if I'm in one of those > >> both platforms and only execute the tests there? > > > > If you have a compilation of pywin32 (

Re: [Python-Dev] About SSL tests

2007-04-02 Thread Martin v. Löwis
>> The problem is that os.kill only works in Unix and Macintosh. So, >> there's a better way to do this? Or I shall check if I'm in one of those >> both platforms and only execute the tests there? > > If you have a compilation of pywin32 (isn't it shipped by default in > Python 2.5+?), you can kil

Re: [Python-Dev] About SSL tests

2007-04-02 Thread Josiah Carlson
Facundo Batista <[EMAIL PROTECTED]> wrote: > Jean-Paul Calderone wrote: > > If the openssl binary is available, when the test starts, launch it in > > a child process, talk to it for the test, then kill it when the test is > > done. > > Ok, I have a demo of this. > > Right now, I face this probl

Re: [Python-Dev] possible urllib bug on Windows XP

2007-04-02 Thread Mike Klaas
On 4/2/07, Shane Geiger <[EMAIL PROTECTED]> wrote: > I have a curious situation which might be a bug in urllib (Python 2.5 > installed from a .msi file gotten from python.org) when running on > Windows XP. (This is running inside a Parallels virtual machine, but I > don't see how that matters, bec

Re: [Python-Dev] possible urllib bug on Windows XP

2007-04-02 Thread Scott Dial
Shane Geiger wrote: > Is this possibly a bug on Windows XP? I can't reproduce this bug on Windows XP. -- Scott Dial [EMAIL PROTECTED] [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev

[Python-Dev] possible urllib bug on Windows XP

2007-04-02 Thread Shane Geiger
I have a curious situation which might be a bug in urllib (Python 2.5 installed from a .msi file gotten from python.org) when running on Windows XP. (This is running inside a Parallels virtual machine, but I don't see how that matters, because, as you will see in a second, I'm able to access t

Re: [Python-Dev] About SSL tests

2007-04-02 Thread Facundo Batista
Jean-Paul Calderone wrote: > If the openssl binary is available, when the test starts, launch it in > a child process, talk to it for the test, then kill it when the test is > done. Ok, I have a demo of this. Right now, I face this problem. I launch openssl through subprocess, but I do *not* f

Re: [Python-Dev] test_socketserver flakey?

2007-04-02 Thread Facundo Batista
Guido van Rossum wrote: > The test_socketserver unittest seems to be failing occasionally for > me. (Svn HEAD, Ubuntu dapper.) I have Ubuntu Edgy, will take a look at it... Regards, -- . Facundo . Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/

[Python-Dev] test_socketserver flakey?

2007-04-02 Thread Guido van Rossum
The test_socketserver unittest seems to be failing occasionally for me. (Svn HEAD, Ubuntu dapper.) -- --Guido van Rossum (home page: http://www.python.org/~guido/) ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo

[Python-Dev] Quoting netiquette reminder [Re: proposed which.py replacement]

2007-04-02 Thread Greg Ewing
Guido van Rossum wrote: > I think it's worthwhile. (followed by a whole page of quoted text) Folks, could you please try to remember to quote minimally from messages that you are replying to? -- Greg ___ Python-Dev mailing list Python-Dev@python.org htt

Re: [Python-Dev] proposed which.py replacement

2007-04-02 Thread skip
Trent> Agreed. However, I think my which.py might be a good candidate Trent> for the stdlib (for Py2.6) as per python.org/sf/1509798 and could Trent> put together a patch (along with test suite integrate and docs) Trent> if others think it worthwhile. +1. Since I run with 2.6 at

Re: [Python-Dev] proposed which.py replacement

2007-04-02 Thread Guido van Rossum
I think it's worthwhile. On 4/2/07, Trent Mick <[EMAIL PROTECTED]> wrote: > Guido van Rossum wrote: > > If you ask me, having it hosted by Trent is probably more helpful for > > its popularity than putting it in the Python source distro; the Tools > > directory is mostly a poorly-maintained collec

Re: [Python-Dev] proposed which.py replacement

2007-04-02 Thread Trent Mick
Guido van Rossum wrote: > If you ask me, having it hosted by Trent is probably more helpful for > its popularity than putting it in the Python source distro; the Tools > directory is mostly a poorly-maintained collection of trivia I wrote > many years ago that is now quietly gathering dust. > > (N