]> granicus.if.org Git - python/commit
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 18 Mar 2018 07:56:52 +0000 (09:56 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Mar 2018 07:56:52 +0000 (09:56 +0200)
commitfe2bbb1869b42222a3f331a3dfb8b304a19a5819
tree0f9e51eb7b9dbfab1d92a1538cef297081a46b55
parent134cb01cda50f02725575808130b05d2d776693f
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Doc/library/dis.rst
Doc/reference/compound_stmts.rst
Doc/reference/simple_stmts.rst
Doc/whatsnew/3.8.rst
Lib/test/test_compile.py
Lib/test/test_exceptions.py
Lib/test/test_grammar.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2018-01-03-23-12-43.bpo-32489.SDEPHB.rst [new file with mode: 0644]
Python/compile.c