prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.11k stars 718 forks source link

Fix currentThread() deprecation warning #1697

Closed smuth4 closed 1 year ago

smuth4 commented 1 year ago

DeprecationWarning: currentThread() is deprecated, use current_thread() instead

No change in functionality, just noticed the warning while testing a third-party package.

jonathanslenders commented 1 year ago

Thanks!