diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-04-22 09:07:40 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-04-22 09:07:40 (GMT) |
commit | e917052e1abb6e7722ef91d29c979be13ac9a539 (patch) | |
tree | 4fbce198864186ae114f653a36f6dac92e5cda80 /Misc | |
parent | 25187e666b5fa53b7d2b1eeeb318f1267d87de13 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |