summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2022-10-16 08:15:46 (GMT)
committerGitHub <noreply@github.com>2022-10-16 08:15:46 (GMT)
commitf6b1e4048dc353aecfbfbae07de8212900632098 (patch)
tree1770437db09fd28bd51dbc7922a10bdead2bb21a /Misc
parent7b48d02933639c91ebd957b2326d8c352d8eddec (diff)
downloadcpython-f6b1e4048dc353aecfbfbae07de8212900632098.zip
cpython-f6b1e4048dc353aecfbfbae07de8212900632098.tar.gz
cpython-f6b1e4048dc353aecfbfbae07de8212900632098.tar.bz2
gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-98319)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-10-16-06-18-59.gh-issue-98307.b2_CDu.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-10-16-06-18-59.gh-issue-98307.b2_CDu.rst b/Misc/NEWS.d/next/Library/2022-10-16-06-18-59.gh-issue-98307.b2_CDu.rst
new file mode 100644
index 0000000..3fe41d5
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-10-16-06-18-59.gh-issue-98307.b2_CDu.rst
@@ -0,0 +1,2 @@
+A :meth:`~logging.handlers.SysLogHandler.createSocket` method was added to
+:class:`~logging.handlers.SysLogHandler`.