summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-09-18 13:23:13 +0000
committerEric Smith <eric@trueblade.com>2009-09-18 13:23:13 +0000
commit89e58ac7634795a31769c0b605180c91371fcc27 (patch)
treeebaa85220adeedef298ab491d627b10ccd58cf3b /Misc
parent7e2115d64f284b7d50ab278452ed36c2cc76e7b1 (diff)
downloadcpython-89e58ac7634795a31769c0b605180c91371fcc27.tar.gz
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3466c358bb..ee97832db2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,8 @@ C-API
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().