Closed
Description
Documentation
In https://docs.python.org/3/library/logging.handlers.html#logging.handlers.SysLogHandler for Python 3.10.4,
the parentheses are missing for the address parameter, which is a tuple:
class logging.handlers.SysLogHandler(address='localhost', SYSLOG_UDP_PORT, facility=LOG_USER, socktype=socket.SOCK_DGRAM)
This looks like a syntax error...
The Python 3.9 docks are fine. I haven't checked whether this is a local oops of covers other tuple params as well.