"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 (
>> 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
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
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
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
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
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
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/
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
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
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
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
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
13 matches
Mail list logo