On Sat, Oct 26, 2013 at 05:34:05AM +0200, tim.peters wrote: > Fiddled Thread.join() to be a little simpler. Kinda ;-) > - # else it's a negative timeout - precise behavior isn't documented > - # then, but historically .join() returned in this case > + else: > + # the behavior of a negative timeout isn't documented, but > + # historically .join() has acted as if timeout=0 then
I think the final 'then' on the new comment is an editing error. Unless perhaps you meant to write a further sentence of comment? --amk _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com