commit | eff492f4b70a1754adc871a536edae9d69640874 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Feb 02 11:15:50 2013 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Feb 02 11:15:50 2013 -0500 |
tree | 66d3569d8d75436da7a34b141d1485a9c59aea4c | |
parent | 99b0b72619ec8f13ac8e6568eafe8d542b871b65 [diff] [blame] |
Issue #15881: Fixed atexit hook in multiprocessing.
diff --git a/Misc/NEWS b/Misc/NEWS index 1ca70e1..624c5a9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -202,6 +202,8 @@ Library ------- +- Issue #15881: Fixed atexit hook in multiprocessing. + - Issue #14340: Upgrade the embedded expat library to version 2.1.0. - Issue #11159: SAX parser now supports unicode file names.