summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2022-10-16 17:45:59 (GMT)
committerGitHub <noreply@github.com>2022-10-16 17:45:59 (GMT)
commitf64e26c04e30a159901a68a5c7d3040944bc5f03 (patch)
tree1cab36b2d521f082211435feebbb06aadbe990fa /Misc
parente26c526fd4f483fdaa821850392149d40d41d9ea (diff)
downloadcpython-f64e26c04e30a159901a68a5c7d3040944bc5f03.zip
cpython-f64e26c04e30a159901a68a5c7d3040944bc5f03.tar.gz
cpython-f64e26c04e30a159901a68a5c7d3040944bc5f03.tar.bz2
[3.11] gh-98307: Add docstring and documentation for SysLogHandler.cr… (GH-98325)
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`.