diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2023-12-12 09:25:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 09:25:51 (GMT) |
commit | 0d2fe6bab01541301abe98a23ee15a16f493fe74 (patch) | |
tree | b53630231a939d7ce85b8d6d9a6b99dcda246ac2 /Doc/tools | |
parent | e0fb7004ede71389c9dd462cd03352cc3c3a4d8c (diff) | |
download | cpython-0d2fe6bab01541301abe98a23ee15a16f493fe74.zip cpython-0d2fe6bab01541301abe98a23ee15a16f493fe74.tar.gz cpython-0d2fe6bab01541301abe98a23ee15a16f493fe74.tar.bz2 |
gh-87286: Add a number of LOG_* constants to syslog (#24432)
* bpo-43120: Add a number of LOG_* constants to syslog
This adds a number of syslog facilities to the syslogmodule.c.
These values are available on macOS.
* Switch contant documentation to the data directive
This fixes a CI warning and matches the pattern
used in the documentation for ``os``.
* Update Doc/library/syslog.rst
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/.nitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index 511648a..75d50fe 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -91,7 +91,6 @@ Doc/library/ssl.rst Doc/library/stdtypes.rst Doc/library/string.rst Doc/library/subprocess.rst -Doc/library/syslog.rst Doc/library/tarfile.rst Doc/library/termios.rst Doc/library/test.rst |