python3-pam for python3 contains print statement not function
Bug #1749725 reported by
Martin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-pam (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
The example file:
/usr/share/
contains in line 20:
print query
That does not work in python3.
This should read:
print( query )
Changed in python-pam (Ubuntu): | |
importance: | Undecided → Low |
status: | Confirmed → Triaged |
To post a comment you must log in.
Thanks for taking your time to report this issue and help making Ubuntu better.
I can confirm this issue in python3-pam 0.4.2-13.2ubuntu4 on Ubuntu bionic. Looks like the python3-version of this package was introduced in the Ubuntu delta as it is not in Debian. Maybe part of this process forgot to convert the whole example?