While using pastebinit
https://packages.debian.org/buster/pastebinit
It outputs warning messages
- Code: Select all
/usr/bin/pastebinit:42: DeprecationWarning: dist() and linux_distribution() functions are deprecated in Python 3.5
release = platform.linux_distribution()[0].lower()
/usr/bin/pastebinit:413: DeprecationWarning: pasteURLopener style of invoking requests is deprecated. Use newer urlopen functions/methods
url_opener = pasteURLopener()
Program works properly, so I am just wondering if others get same warning messages or I am missing something.