Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Some OSX syslog facilities are missing from syslog module #87286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ronaldoussoren opened this issue Feb 3, 2021 · 1 comment
Closed

Some OSX syslog facilities are missing from syslog module #87286

ronaldoussoren opened this issue Feb 3, 2021 · 1 comment
Labels
extension-modules C modules in the Modules dir OS-mac type-feature A feature request or enhancement

Comments

@ronaldoussoren
Copy link
Contributor

BPO 43120
Nosy @ronaldoussoren, @ned-deily
PRs
  • gh-87286: Add a number of LOG_* constants to syslog #24432
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2021-02-03.20:17:43.523>
    labels = ['extension-modules', 'OS-mac', 'type-feature', '3.10']
    title = 'Some OSX syslog facilities are missing from syslog module'
    updated_at = <Date 2021-02-03.20:34:01.481>
    user = 'https://github.com/ronaldoussoren'

    bugs.python.org fields:

    activity = <Date 2021-02-03.20:34:01.481>
    actor = 'ronaldoussoren'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Extension Modules', 'macOS']
    creation = <Date 2021-02-03.20:17:43.523>
    creator = 'ronaldoussoren'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 43120
    keywords = ['patch']
    message_count = 1.0
    messages = ['386456']
    nosy_count = 2.0
    nosy_names = ['ronaldoussoren', 'ned.deily']
    pr_nums = ['24432']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue43120'
    versions = ['Python 3.10']

    @ronaldoussoren
    Copy link
    Contributor Author

    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

    @ronaldoussoren ronaldoussoren added 3.10 only security fixes extension-modules C modules in the Modules dir OS-mac type-feature A feature request or enhancement labels Feb 3, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @ronaldoussoren ronaldoussoren removed the 3.10 only security fixes label Dec 7, 2023
    ronaldoussoren added a commit that referenced this issue Dec 12, 2023
    * 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 <[email protected]>
    Co-authored-by: Alex Waygood <[email protected]>
    aisk pushed a commit to aisk/cpython that referenced this issue Feb 11, 2024
    * 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 <[email protected]>
    Co-authored-by: Alex Waygood <[email protected]>
    Glyphack pushed a commit to Glyphack/cpython that referenced this issue Sep 2, 2024
    * 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 <[email protected]>
    Co-authored-by: Alex Waygood <[email protected]>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    extension-modules C modules in the Modules dir OS-mac type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant