Files
cpython/Modules
Václav Bartoš f04750bb7a 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
2020-01-14 09:57:04 -08:00
..
2016-10-18 16:29:27 +02:00
2016-10-18 16:29:27 +02:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.