We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SysLogHandler.createSocket
1 parent 25937e3 commit 489b806Copy full SHA for 489b806
Doc/library/logging.handlers.rst
@@ -656,9 +656,7 @@ supports sending logging messages to a remote or local Unix syslog.
656
to the other end. This method is called during handler initialization,
657
but it's not regarded as an error if the other end isn't listening at
658
this point - the method will be called again when emitting an event, if
659
- but it's not regarded as an error if the other end isn't listening yet
660
- --- the method will be called again when emitting an event,
661
- if there is no socket at that point.
+ there is no socket at that point.
662
663
.. versionadded:: 3.11
664
0 commit comments