[Bug 1749725] [NEW] python3-pam for python3 contains print statement not function
Martin
1749725 at bugs.launchpad.net
Thu Feb 15 14:54:49 UTC 2018
Public bug reported:
The example file:
/usr/share/doc/python3-pam/examples/pamtest.py
contains in line 20:
print query
That does not work in python3.
This should read:
print( query )
** Affects: python-pam (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-pam in Ubuntu.
https://bugs.launchpad.net/bugs/1749725
Title:
python3-pam for python3 contains print statement not function
Status in python-pam package in Ubuntu:
New
Bug description:
The example file:
/usr/share/doc/python3-pam/examples/pamtest.py
contains in line 20:
print query
That does not work in python3.
This should read:
print( query )
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pam/+bug/1749725/+subscriptions
More information about the foundations-bugs
mailing list