[issue11120] threading.Thread.daemon Documentation Incomplete

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: This is now fixed with changeset 81c28c415718. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue11120] threading.Thread.daemon Documentation Incomplete

2011-02-04 Thread cardinalbiggles
New submission from cardinalbiggles : In the threading module, the documentation for Thread.isDaemon()/Thread.setDaemon() indicates they are the old API for Thread.daemon, which does not indicate the version in which it was introduced (2.6 I believe). Additionally, the documentation for Thre