commit | 4dc385b4e3a9f7c140ac9725f85d0e60ccce66e6 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Apr 22 09:58:51 2013 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Apr 22 09:58:51 2013 +0100 |
tree | 042c5c5e473ec844bd727a29f59b1b45e1f884e9 | |
parent | 240a2fd46fab69fdf27cc0fbc00dcca428144e44 [diff] [blame] |
Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.
diff --git a/Misc/NEWS b/Misc/NEWS index 89456d7..d633536 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -28,6 +28,9 @@ 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.