This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Some OSX syslog facilities are missing from syslog module
Type: enhancement Stage: patch review
Components: Extension Modules, macOS Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ned.deily, ronaldoussoren
Priority: normal Keywords: patch

Created on 2021-02-03 20:17 by ronaldoussoren, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 24432 open ronaldoussoren, 2021-02-03 20:34
Messages (1)
msg386456 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2021-02-03 20:17
The following syslog facility constants on macOS are missing from the syslog module:

* LOG_FTP
* LOG_NETINFO
* LOG_REMOTEAUTH
* LOG_INSTALL
* LOG_RAS
* LOG_LAUNCHD

I'm working on a PR
History
Date User Action Args
2022-04-11 14:59:41adminsetgithub: 87286
2021-02-03 20:34:01ronaldoussorensetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request23242
2021-02-03 20:17:43ronaldoussorencreate