summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-04-22 09:07:40 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-04-22 09:07:40 (GMT)
commite917052e1abb6e7722ef91d29c979be13ac9a539 (patch)
tree4fbce198864186ae114f653a36f6dac92e5cda80 /Misc
parent25187e666b5fa53b7d2b1eeeb318f1267d87de13 (diff)
downloadcpython-e917052e1abb6e7722ef91d29c979be13ac9a539.zip
cpython-e917052e1abb6e7722ef91d29c979be13ac9a539.tar.gz
cpython-e917052e1abb6e7722ef91d29c979be13ac9a539.tar.bz2
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 25ad406..e71b6ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@ Core and Builtins
Library
-------
+- Issue #17795: Reverted backwards-incompatible change in SysLogHandler with
+ Unix domain sockets.
+
- Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.