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:54anonsetrecipients: + anon
2015-05-15 16:38:54anonsetmessageid: <1431707934.14.0.173246279453.issue24203@psf.upfronthosting.co.za>
2015-05-15 16:38:54anonlinkissue24203 messages
2015-05-15 16:38:53anoncreate