diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-03-15-17-56-48.bpo-39969.6snm0c.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-03-15-17-56-48.bpo-39969.6snm0c.rst | 2 |
1 files changed, 1 insertions, 1 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 index d584cf4..f09894d 100644 --- 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 @@ -1,2 +1,2 @@ -Remove ``ast.Param`` node class because it's no longer used. Patch by +Deprecated ``ast.Param`` node class because it's no longer used. Patch by Batuhan Taskaya. |