summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2019-02-06-18-06-16.bpo-35917.-Clv1L.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Tests/2019-02-06-18-06-16.bpo-35917.-Clv1L.rst')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-02-06-18-06-16.bpo-35917.-Clv1L.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-02-06-18-06-16.bpo-35917.-Clv1L.rst b/Misc/NEWS.d/next/Tests/2019-02-06-18-06-16.bpo-35917.-Clv1L.rst
deleted file mode 100644
index 546d47e..0000000
--- a/Misc/NEWS.d/next/Tests/2019-02-06-18-06-16.bpo-35917.-Clv1L.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-multiprocessing: provide unit tests for SyncManager and SharedMemoryManager
-classes + all the shareable types which are supposed to be supported by
-them. (patch by Giampaolo Rodola)