[issue24443] Link for clear and wait missing in EventObjects

2015-06-13 Thread Jaivish Kothari
Jaivish Kothari added the comment: My Pleasure sir :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue24443] Link for clear and wait missing in EventObjects

2015-06-13 Thread Berker Peksag
Berker Peksag added the comment: Thanks Jaivish! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue24443] Link for clear and wait missing in EventObjects

2015-06-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset a985b6455fde by Berker Peksag in branch '2.7': Issue #24443: Fix links for Event.clear() and Event.wait() methods. https://hg.python.org/cpython/rev/a985b6455fde -- nosy: +python-dev ___ Python tracker <

[issue24443] Link for clear and wait missing in EventObjects

2015-06-12 Thread Jaivish Kothari
New submission from Jaivish Kothari: https://docs.python.org/2/library/threading.html#threading.Event.set links missing for wait and clear . set() is linked though. Line: " An event object manages an internal flag that can be set to true with the set() method and reset to false with the clear