[issue6064] Add "daemon" argument to threading.Thread constructor

Steven Alderson report at bugs.python.org
Fri Jul 23 17:16:24 CEST 2010


Steven Alderson <sga at nildram.co.uk> added the comment:

Hello, I've taken the liberty of updating the two patch files here for python3.2 at revision 83065.  Apologies if I'm treading on anyones toes here.  I'm taking part in a europython sprint and this is the first time I've tried this.

I've modified the multiprocessing patch.  The documentation didn't agree with the behaviour of the code, so I've changed the Doc file.  I've also added an extra test for the default behaviour.

I've reviewed the code for PEP 8 (as an exercise for me) and run the tests and they passed ok.

Steven

----------
nosy: +steven
type: feature request -> behavior
Added file: http://bugs.python.org/file18152/threading3k.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6064>
_______________________________________


More information about the Python-bugs-list mailing list