- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message243277
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 | anon |
|---|---|
| Recipients | anon |
| Date | 2015-05-15.16:38:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1431707934.14.0.173246279453.issue24203@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In threading.Thread isDaemon, setDaemon, getName, setName are not needed since 2.6 (preferring directly changing daemon or name instead). They should probably be depreciated in 3.5 and removed later. isAlive has already been removed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-15 16:38:54 | anon | set | recipients: + anon |
| 2015-05-15 16:38:54 | anon | set | messageid: <1431707934.14.0.173246279453.issue24203@psf.upfronthosting.co.za> |
| 2015-05-15 16:38:54 | anon | link | issue24203 messages |
| 2015-05-15 16:38:53 | anon | create | |

