23 Mar
2021
23 Mar
'21
10:23 p.m.
On 3/23/21 3:14 PM, Simon Coggins wrote:
Thanks I’ll give that a try. Also in my tracing of the code I noticed https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/interfaces/data... it starts with a single quote and ends with triple quotes so the single quote is never terminated.
Actually, that's a typo, but it's not an error. in Python, two strings without an intervening operator are just concatenated, so
"Interface for creating new databases."""
is just
"Interface for creating new databases." concatenated with "" (the null string).
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan