[issue27875] Syslogs /usr/sbin/foo as /foo instead of as foo

2021-07-09 Thread Ned Deily
Change by Ned Deily : -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> syslog: Default "ident" in syslog.openlog() shouldn't contain slash versions: +Python 3.9 -Python 3.5, Python 3.6, Python 3.8 __

[issue27875] Syslogs /usr/sbin/foo as /foo instead of as foo

2021-07-06 Thread Andrei Kulakov
Andrei Kulakov added the comment: This was fixed in https://github.com/python/cpython/pull/16557 , so can be closed. -- nosy: +andrei.avk ___ Python tracker ___ _

[issue27875] Syslogs /usr/sbin/foo as /foo instead of as foo

2021-02-22 Thread Hans Deragon
Change by Hans Deragon : -- versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue27875] Syslogs /usr/sbin/foo as /foo instead of as foo

2016-08-27 Thread SilentGhost
Changes by SilentGhost : -- components: +Extension Modules nosy: +jafo stage: -> needs patch versions: +Python 3.5, Python 3.6 ___ Python tracker ___ __

[issue27875] Syslogs /usr/sbin/foo as /foo instead of as foo

2016-08-27 Thread Fabian Pietsch
New submission from Fabian Pietsch: When calling syslog.syslog() without calling syslog.openlog() before, openlog() gets called with no arguments. Documentation says: "The optional ident keyword argument is a string which is prepended to every message, and defaults to sys.argv[0] with leading