aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-02-02 20:41:05 +0000
committerPablo Galindo <pablogsal@gmail.com>2021-02-02 20:41:05 +0000
commit22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3 (patch)
tree961a08965e0bc66dcb60bb6b4ee78778af1bb1bf /Misc/NEWS.d/next/Library/2021-01-15-11-48-00.bpo-42934.ILKoOI.rst
parentbpo-43108: Fix a reference leak in the curses module (GH-24420) (diff)
downloadcpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.gz
cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.bz2
cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.zip
Python 3.10.0a5
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-01-15-11-48-00.bpo-42934.ILKoOI.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2021-01-15-11-48-00.bpo-42934.ILKoOI.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-01-15-11-48-00.bpo-42934.ILKoOI.rst b/Misc/NEWS.d/next/Library/2021-01-15-11-48-00.bpo-42934.ILKoOI.rst
deleted file mode 100644
index 92f2402d232..00000000000
--- a/Misc/NEWS.d/next/Library/2021-01-15-11-48-00.bpo-42934.ILKoOI.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Use :class:`~traceback.TracebackException`'s new ``compact`` param in
-:class:`~unittest.TestResult` to reduce time and memory consumed by
-traceback formatting.