afewmail / afew

an initial tagging script for notmuch mail
ISC License
325 stars 97 forks source link

Replace logging.warn usage with logging.warning #344

Closed jelly closed 3 months ago

jelly commented 4 months ago

logging.warn is an alias to logging.warning since Python 3.3 and will be removed in Python 3.13.

https://docs.python.org/3.12/library/logging.html#logging.Logger.warning

GuillaumeSeren commented 3 months ago

Hey @jelly

Thank you for the nice patch :+1: