james-see / iptcinfo3

iptcinfo working for python 3 finally do pip3 install iptcinfo3
51 stars 31 forks source link

DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead. #18

Closed mike-brady closed 3 years ago

mike-brady commented 4 years ago

The warn method is deprecated in the logging module. warning should be used instead.

https://docs.python.org/3/library/logging.html

james-see commented 3 years ago

@mike-brady looks good, thanks!