commit | 81fd8040341a991b482bf3fecec454286274ef79 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Fri Sep 18 13:23:13 2009 +0000 |
committer | Eric Smith <eric@trueblade.com> | Fri Sep 18 13:23:13 2009 +0000 |
tree | 26723a984a3127a643c0d2e94ce3fd7f43e12527 | |
parent | 16df8c93ce11464ccb01862c551b769b3e3318be [diff] [blame] |
Issue #6882: Import uuid creates zombies processes. I used a slightly different patch than the one attached to the issue, to be consistent with the style in the rest of the module.
diff --git a/Misc/NEWS b/Misc/NEWS index 3466c35..ee97832 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -72,6 +72,8 @@ Library ------- +- Issue #6882: Import uuid creates zombies processes. + - Issue #6635: Fix profiler printing usage message. - Issue #6856: Add a filter keyword argument to TarFile.add().