30 Jan
2023
30 Jan
'23
5:56 p.m.
On Mon, Jan 30, 2023 at 6:54 PM Mark Sapiro <mark@msapiro.net> wrote:
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']
muito obrigado :)
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)