Tanganelli / CoAPthon3

CoAPthon3 is a porting to python3 of my CoAPthon library. CoAPthon3 is a python3 library to the CoAP protocol compliant with the RFC. Branch is available for the Twisted framework.
MIT License
58 stars 50 forks source link

uses threading.Thread.is_alive instead of isAlive #40

Closed urbas closed 3 years ago

urbas commented 3 years ago

The method threading.Thread.isAlive has been removed in Python 3. See Python's threading docs.

bboynton97 commented 3 years ago

This is exactly what I was looking for! Please merge this in so it can work with python 3.9