30 Jan
2023
30 Jan
'23
3:53 p.m.
On 1/30/23 05:01, Odhiambo Washington wrote:
MAILMAN_ARCHIVER_FROM = ('127.0.0.1', '::1') So an array??
In Python ('127.0.0.1', '::1') is a tuple. MAILMAN_ARCHIVER_FROM is a sequence <https://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range>. It can be a tuple as above or a list like ['127.0.0.1', '::1']
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan