newspaper icon indicating copy to clipboard operation
newspaper copied to clipboard

threading.Thread.setDaemon has been deprecated in favor of setting daemon attribute directly in Python 3.10

Open tirkarthi opened this issue 3 years ago • 0 comments

Ref : python/cpython#25174

https://github.com/codelucas/newspaper/blob/f622011177f6c2e95e48d6076561e21c016f08c3/newspaper/utils.py#L134

tirkarthi avatar May 06 '21 12:05 tirkarthi