diff options
author | Sean Reifscheider <jafo@tummy.com> | 2010-04-23 09:29:52 (GMT) |
---|---|---|
committer | Sean Reifscheider <jafo@tummy.com> | 2010-04-23 09:29:52 (GMT) |
commit | 13daf12b47f628a77dbd174a43dc72ed32f00b5b (patch) | |
tree | c7263ebe41ebd3670a3bafac73d3ad55211ed096 /Misc | |
parent | 2c4f98b3c58365845539f0d921c9d12b466b5e30 (diff) | |
download | cpython-13daf12b47f628a77dbd174a43dc72ed32f00b5b.zip cpython-13daf12b47f628a77dbd174a43dc72ed32f00b5b.tar.gz cpython-13daf12b47f628a77dbd174a43dc72ed32f00b5b.tar.bz2 |
Port of issue8451 to python3: Syslog use sys.argv[0] for ident.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -329,6 +329,10 @@ C-API Library ------- +- Issue #8451: Syslog module now uses basename(sys.argv[0]) instead of + the string "python" as the *ident*. openlog() arguments are all optional + and keywords. + - Issue #8108: Fix the unwrap() method of SSL objects when the socket has a non-infinite timeout. Also make that method friendlier with applications wanting to continue using the socket in clear-text mode, by disabling |