summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSean Reifscheider <jafo@tummy.com>2010-04-23 09:29:52 (GMT)
committerSean Reifscheider <jafo@tummy.com>2010-04-23 09:29:52 (GMT)
commit13daf12b47f628a77dbd174a43dc72ed32f00b5b (patch)
treec7263ebe41ebd3670a3bafac73d3ad55211ed096 /Misc
parent2c4f98b3c58365845539f0d921c9d12b466b5e30 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c65f8ab..d227973 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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