[issue17876] Doc issue with threading.Event

2014-12-16 Thread Martijn Pieters
Martijn Pieters added the comment: Ah! Mea Culpa, you are correct. The issue is then with Python 2.7 only for which no doubt exists a separate ticket. -- ___ Python tracker ___

[issue17876] Doc issue with threading.Event

2014-12-16 Thread R. David Murray
R. David Murray added the comment: If there really is an issue in the 3.4/3.5 docs, you should open an new issue explaining what the problem is. In 3.4/3.5, Event is a class, not a function, and is documented accordingly. -- ___ Python tracker

[issue17876] Doc issue with threading.Event

2014-12-16 Thread Martijn Pieters
Martijn Pieters added the comment: I notice that the same issue still exists in the 3.5 documentation. Surely this can at least be fixed in the development copy? -- nosy: +mjpieters ___ Python tracker

[issue17876] Doc issue with threading.Event

2013-04-30 Thread R. David Murray
R. David Murray added the comment: I'm sorry, the 3.2 docs are no longer updated. The effective way to become aware of these changes between versions is via the 'version changed' tags in the new documentation. You will note that these tags exist in the 3.3 docs. -- nosy: +r.david.mur

[issue17876] Doc issue with threading.Event

2013-04-30 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +ezio.melotti stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue17876] Doc issue with threading.Event

2013-04-29 Thread Xavier Ordoquy
New submission from Xavier Ordoquy: The documentation isn't correct for the threading.Event class under python 3.2. In the threading doc page (http://docs.python.org/3.2/library/threading.html), Event is said to be at the same time a function and a class. This is misleading and lead to a regre