This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xordoquy
Recipients docs@python, xordoquy
Date 2013-04-30.06:06:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367301985.85.0.51301072011.issue17876@psf.upfronthosting.co.za>
In-reply-to
Content
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 regression for celery under python 3.2 (https://github.com/celery/celery/pull/1333).

Could the doc be updated under python 3.2 so that threading.Event leads to the function and threading._Event leads to the class ?

Regards,
Xavier.
History
Date User Action Args
2013-04-30 06:06:25xordoquysetrecipients: + xordoquy, docs@python
2013-04-30 06:06:25xordoquysetmessageid: <1367301985.85.0.51301072011.issue17876@psf.upfronthosting.co.za>
2013-04-30 06:06:25xordoquylinkissue17876 messages
2013-04-30 06:06:25xordoquycreate