[Bug 1538198] Re: python in xenial cloud image

Scott Moser smoser at ubuntu.com
Tue Jan 26 18:36:54 UTC 2016


in this patch number 2 the following only shows gettext '_' errors and [1] indicates those are false positives.
$ files="debian/tests/test-postfix.py debian/tests/testlib.py debian/postfix-add-policy debian/postfix.apport debian/postfix-add-filter"
$ for f in $files; do echo === $f ===; for py in python python3; do echo = $py =; $py -m pylint --additional-builtins=_ $f --errors-only ; done; done
=== debian/tests/test-postfix.py ===
= python =
No config file found, using default configuration
= python3 =
No config file found, using default configuration
=== debian/tests/testlib.py ===
= python =
No config file found, using default configuration
= python3 =
No config file found, using default configuration
=== debian/postfix-add-policy ===
= python =
No config file found, using default configuration
= python3 =
No config file found, using default configuration
=== debian/postfix.apport ===
= python =
No config file found, using default configuration
= python3 =
No config file found, using default configuration
=== debian/postfix-add-filter ===
= python =
No config file found, using default configuration
= python3 =
No config file found, using default configuration


[1] https://bitbucket.org/logilab/pylint/issues/396/false-positive-for-gettextinstall

** Patch added: "patch number 2."
   https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1538198/+attachment/4556975/+files/postfix-python3.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/1538198

Title:
  python in xenial cloud image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1538198/+subscriptions



More information about the Ubuntu-server-bugs mailing list