diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-09-27 17:18:28 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-09-27 17:18:28 (GMT) |
commit | 5421f35d5e215a69382f0c195c0c39c8b541eca7 (patch) | |
tree | 113a860e9f3758506e285490e0061ea472684469 /Misc | |
parent | 55798896a4bd3f294755523d8237a56cacc4bf5c (diff) | |
download | cpython-5421f35d5e215a69382f0c195c0c39c8b541eca7.zip cpython-5421f35d5e215a69382f0c195c0c39c8b541eca7.tar.gz cpython-5421f35d5e215a69382f0c195c0c39c8b541eca7.tar.bz2 |
logging: added support for Unix domain sockets to SocketHandler and DatagramHandler.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ Core and Builtins Library ------- +- logging: added support for Unix domain sockets to SocketHandler and + DatagramHandler. + - Issue #18996: TestCase.assertEqual() now more cleverly shorten differing strings in error report. |