summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>2020-03-15 19:32:17 (GMT)
committerGitHub <noreply@github.com>2020-03-15 19:32:17 (GMT)
commit8689209e0338943dba9b7ff5566b8a420374764c (patch)
tree85b8eaa7a411ad1012628f17a56ae899c4ab19c5 /Misc
parent61ac612e78e4f2625977406fb6f366e0a644673a (diff)
downloadcpython-8689209e0338943dba9b7ff5566b8a420374764c.zip
cpython-8689209e0338943dba9b7ff5566b8a420374764c.tar.gz
cpython-8689209e0338943dba9b7ff5566b8a420374764c.tar.bz2
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-03-15-17-56-48.bpo-39969.6snm0c.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-03-15-17-56-48.bpo-39969.6snm0c.rst b/Misc/NEWS.d/next/Library/2020-03-15-17-56-48.bpo-39969.6snm0c.rst
new file mode 100644
index 0000000..d584cf4
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-03-15-17-56-48.bpo-39969.6snm0c.rst
@@ -0,0 +1,2 @@
+Remove ``ast.Param`` node class because it's no longer used. Patch by
+Batuhan Taskaya.