Closed cclauss closed 1 year ago
Thread.is_alive() was added in Python 2.6 so we can change .isAlive() to .is_alive() everywhere to be compatible with all versions of Pythonista.
Thread.is_alive()
.isAlive()
.is_alive()
@mkb79 @bennr01 @jsbain Your reviews, please.
Yes. I am trying to break #463 into bite-sized chunks so we can get it all merged.
@bennr01 Migrated to dev
dev
Closing in favor of #478
Thread.is_alive()
was added in Python 2.6 so we can change.isAlive()
to.is_alive()
everywhere to be compatible with all versions of Pythonista.