summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-05-30-10-48-04.bpo-24391.ZCTnhX.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-05-30-10-48-04.bpo-24391.ZCTnhX.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-05-30-10-48-04.bpo-24391.ZCTnhX.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-30-10-48-04.bpo-24391.ZCTnhX.rst b/Misc/NEWS.d/next/Library/2020-05-30-10-48-04.bpo-24391.ZCTnhX.rst
deleted file mode 100644
index 15add15..0000000
--- a/Misc/NEWS.d/next/Library/2020-05-30-10-48-04.bpo-24391.ZCTnhX.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Improved reprs of :mod:`threading` synchronization objects:
-:class:`~threading.Semaphore`, :class:`~threading.BoundedSemaphore`,
-:class:`~threading.Event` and :class:`~threading.Barrier`.