cPanel 11.24.4-S36281 - WHM 11.24.2 - X 3.9
FREEBSD 7.0 i386 standard
Upcp last night must have updated Python from python25-2.5.4_2 to python26-2.6.2_1. Actually looking from the logs it installed 2.6.2 as well as 2.5.4 and set the system default to 2.6. Now I get emails from the mailman cron jobs telling me:
From what I understand that means that the version of mailman in cpanel stable does not support python 2.6 so I've rolled back to 2.5 manually and it works again.
Does someone need to add something to block python from being updated or roll in a mailman update to stable to stop this from hitting other people?
FREEBSD 7.0 i386 standard
Upcp last night must have updated Python from python25-2.5.4_2 to python26-2.6.2_1. Actually looking from the logs it installed 2.6.2 as well as 2.5.4 and set the system default to 2.6. Now I get emails from the mailman cron jobs telling me:
Code:
/usr/local/cpanel/3rdparty/mailman/Mailman/Utils.py:32: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
Does someone need to add something to block python from being updated or roll in a mailman update to stable to stop this from hitting other people?