On 3/23/21 3:23 PM, Mark Sapiro wrote:
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).
I looked and found a total of 3 which are being fixed by <https://gitlab.com/mailman/mailman/-/merge_requests/809>
You can see these are really inconsequential with something like
$ python3 Python 3.9.1 (default, Feb 6 2021, 11:54:30) [GCC 7.5.0] on linux Type "help", "copyright", "credits" or "license" for more information.
print("Interface for creating new databases.""") Interface for creating new databases.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan