summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSean Reifscheider <jafo@tummy.com>2010-04-23 08:31:55 (GMT)
committerSean Reifscheider <jafo@tummy.com>2010-04-23 08:31:55 (GMT)
commitf6ce3cb84e76b15ca6ffac0e38094edc18b43b33 (patch)
tree4b0019de6560a2361d2c563f5ee3739dacfa6a54 /Misc
parenta5c4b5515f5af878923d67752d282f8cc8f072e7 (diff)
downloadcpython-f6ce3cb84e76b15ca6ffac0e38094edc18b43b33.zip
cpython-f6ce3cb84e76b15ca6ffac0e38094edc18b43b33.tar.gz
cpython-f6ce3cb84e76b15ca6ffac0e38094edc18b43b33.tar.bz2
issue8451: Making syslog module 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 dda4164..6be66b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,10 @@ Core and Builtins
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