commit | 41072db7099def8bcd26b5d64cb52f8fb6315adb | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Mon Jul 01 18:45:28 2013 +0100 |
committer | Richard Oudkerk <shibturn@gmail.com> | Mon Jul 01 18:45:28 2013 +0100 |
tree | ee29562991d3ba2d3aedc70f3f0cfb4c8afd1ebf | |
parent | 44d8b11c3eb15f3fc9b09b33a091e3c6d2b4fee9 [diff] [blame] |
Issue #17097: Make multiprocessing ignore EINTR.
diff --git a/Misc/NEWS b/Misc/NEWS index 303760c..5c9e367 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Library ------- +- Issue #17097: Make multiprocessing ignore EINTR. + - Issue #18155: The csv module now correctly handles csv files that use a delimiter character that has a special meaning in regexes, instead of throwing an exception.