diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 10:56:39 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 10:56:39 (GMT) |
commit | 0e29f22855a1ed92b12e5bf700af19ddf34c21c8 (patch) | |
tree | f4c98935ecba0da1e8b4a5e35ac4873c11bae7ba /Misc | |
parent | 18613e6e7bda3c6e0c3c23b4ca8f481f8d2e9975 (diff) | |
download | cpython-0e29f22855a1ed92b12e5bf700af19ddf34c21c8.zip cpython-0e29f22855a1ed92b12e5bf700af19ddf34c21c8.tar.gz cpython-0e29f22855a1ed92b12e5bf700af19ddf34c21c8.tar.bz2 |
Updated Misc/NEWS with #17508.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -216,6 +216,9 @@ Core and Builtins Library ------- +- Issue #17508: Corrected MemoryHandler configuration in dictConfig() where + the target handler wasn't configured first. + - Issue #10212: cStringIO and struct.unpack support new buffer objects. - Issue #12098: multiprocessing on Windows now starts child processes |