]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Mar 2020 21:41:08 +0000 (23:41 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2020 21:41:08 +0000 (23:41 +0200)
commit6b97598fb66a08d0f36e4d73bffea5c1b17740d4
tree5fb1922e733a71ad26788b1d5f3f9575ca015600
parentdab8423d220243efabbbcafafc12d90145539b50
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
Doc/whatsnew/3.9.rst
Include/Python-ast.h
Misc/NEWS.d/next/Library/2020-03-17-09-35-00.bpo-39988.kXGl35.rst [new file with mode: 0644]
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/compile.c