Tim Peters added the comment:

I think I'll change Thread.join() to just return if a timeout <= 0 is passed.  
The docs don't say anything about what Thread.join() does with a negative 
timeout, but at least in 2.7.5 it happened to just return.  No point being 
gratuitously more demanding ;-)

----------

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

Reply via email to