[Bug 1808133] Re: python3-apport emits a deprecation warning

2019-02-28 Thread Mikko Rantalainen
Could this be fixed for bionic, too? $ python3 -Wall -c '1/0' /usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import fnmatch, glob, traceback, errno, sys, atexit,

[Bug 1808133] Re: python3-apport emits a deprecation warning

2019-01-09 Thread Brian Murray
Bah, I forgot to reference this bug when fixing it. apport (2.20.10-0ubuntu17) disco; urgency=medium * backends/packaging-apt-dpkg.py: switch to using python3-launchpadlib to communicate with Launchpad thereby gaining retry capabilities and using its cache. *