Giampaolo Rodola' <billiej...@users.sourceforge.net> added the comment:

Oddly, by passing -2 as PID no such process is raised:

>>> os.kill(-2, 0)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
OSError: [Errno 3] No such process
>>>

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5333>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to