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/2020-03-16-03-03-21.bpo-38307.2cmw2i.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/2020-03-16-03-03-21.bpo-38307.2cmw2i.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-03-16-03-03-21.bpo-38307.2cmw2i.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-03-16-03-03-21.bpo-38307.2cmw2i.rst b/Misc/NEWS.d/next/Library/2020-03-16-03-03-21.bpo-38307.2cmw2i.rst
deleted file mode 100644
index 358089915fb..00000000000
--- a/Misc/NEWS.d/next/Library/2020-03-16-03-03-21.bpo-38307.2cmw2i.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Add an 'end_lineno' attribute to the Class and Function objects that appear in the
-tree returned by pyclbr functions. This and the existing 'lineno'
-attribute define the extent of class and def statements. Patch by Aviral Srivastava.