[issue24203] Depreciate threading.Thread.isDaemon etc

2015-11-08 Thread anon
anon added the comment: Any consensus? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue24203] Depreciate threading.Thread.isDaemon etc

2015-05-15 Thread anon
New submission from anon: 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. -- messages: 243277 nosy: