[issue30519] Add daemon argument to Timer

2019-04-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: +pitrou versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue30519] Add daemon argument to Timer

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue30519] Add daemon argument to Timer

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- components: +Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue30519] Add daemon argument to Timer

2017-05-30 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue30519] Add daemon argument to Timer

2017-05-30 Thread Andre Wolokita
New submission from Andre Wolokita: Currently in order to have daemonic Timer objects one must instantiate the class, set daemonic status through the property (Timer.daemon=True), and then start the Timer. It would be nice to have the ability to set the daemonic status of the Timer class durin