14 Sep
2022
14 Sep
'22
1:31 a.m.
On 9/8/22 10:08, Mail Person wrote:
I'm currently running 3.3.5
But your traceback says:
File "/usr/lib/python3/dist-packages/mailman/utilities/uid.py", line
155, in _next_unpredictable_id
x = random.random() + right_now % 1.0 + time.clock() % 1.0
AttributeError: module 'time' has no attribute 'clock'
and that line was changed to
x = random.random() + right_now % 1.0 + time.process_time() % 1.0
by https://gitlab.com/mailman/mailman/-/merge_requests/552 in Mailman
3.3.0 so the traceback you report at
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/EC2DTCULSVCRR2ZPWVZXZU67KX3MZ46P/
was produced by Mailman < 3.3.0.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan