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 r.david.murray
Recipients docs@python, r.david.murray, techstone
Date 2014-11-17.15:48:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416239319.61.0.0449546754397.issue22892@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for taking the time to make a report, but that is not a typo.  That asterisk indicates that daemon is a keyword only argument, and is standard python3 syntax.  You can see it if you follow the source link to the threading module.
History
Date User Action Args
2014-11-17 15:48:39r.david.murraysetrecipients: + r.david.murray, docs@python, techstone
2014-11-17 15:48:39r.david.murraysetmessageid: <1416239319.61.0.0449546754397.issue22892@psf.upfronthosting.co.za>
2014-11-17 15:48:39r.david.murraylinkissue22892 messages
2014-11-17 15:48:39r.david.murraycreate