SIGN IN SIGN UP

bpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)

The default value of "ident" parameter should be sys.argv[0] with leading path
components stripped, but it contained the last slash, i.e. '/program' instead
of 'program'.

BPO issue: https://bugs.python.org/issue38361


https://bugs.python.org/issue38361
V
Václav Bartoš committed
f04750bb7af45cb6efab8d92d1ff063f0bf2833d
Parent: b679137
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> on 1/14/2020, 5:57:04 PM