summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-04-21 14:10:50 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-04-21 14:10:50 (GMT)
commit3927d802b672b8d86c1dfeda127b17edb581c798 (patch)
tree7159d4db2b9a045ddd37ddf07f948cde7030014c /Misc
parent4fe2184a0fa1e4ab2b93aa4097b72cad7bdf1549 (diff)
parent4140fb52114541f52a047cb36205c79de0258ade (diff)
downloadcpython-3927d802b672b8d86c1dfeda127b17edb581c798.zip
cpython-3927d802b672b8d86c1dfeda127b17edb581c798.tar.gz
cpython-3927d802b672b8d86c1dfeda127b17edb581c798.tar.bz2
Merge #17065: Use process-unique key for winreg test.
Patch by Jeremy Kloth.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 64429ce..3b0ef39 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,9 @@ Library
Tests
-----
+- Issue #17065: Use process-unique key for winreg tests to avoid failures if
+ test is run multiple times in parallel (eg: on a buildbot host).
+
- Issue #12820: add tests for the xml.dom.minicompat module.
Patch by John Chandler and Phil Connell.