On Mon, Jul 29, 2019, at 12:12 AM, Marvin Gülker wrote:
Am 28. Juli 2019 um 12:07 Uhr -0700 schrieb Abhilash Raj:
I just wanted to point out
/etc/mailman3/customscripts/authtest.py
script should useprint(user.email)
function and not theprint user.email
statement since we don't support Python 2 anymore and it might end up confusing the readers.Thanks! The version in Ubuntu 18.04's repositories still does use Python 2, but I didn't notice that I accidentally wrote Python-2-only code, because I can't code Python anyway (which is stated in the text, but I know you couldn't read that). I'm a Ruby coder mostly when it comes to scripting languages.
Ah! Cool, it should work both of Python 2 and 3 :)
I've fixed it. Thanks for pointing out the problem.
Thank you!
Marvin
-- Blog: https://mg.guelker.eu
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)