]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33387: update documentation for exception handling opcode changes (GH-24334)
authorIrit Katriel <iritkatriel@yahoo.com>
Tue, 26 Jan 2021 10:17:13 +0000 (10:17 +0000)
committerGitHub <noreply@github.com>
Tue, 26 Jan 2021 10:17:13 +0000 (10:17 +0000)
commitdea5bf9d15999bfcc58095b157c0678d45b00bdd
tree026c0c7cd0b1c05213b350801bec7c24ae4edbbb
parentc92cd0f3c8bab4e26a95cd29c127668907ff0869
bpo-33387: update documentation for exception handling opcode changes (GH-24334)

* bpo-33387: remove obsolete comment

* bpo-33387: update SETUP_WITH opcode documentation
Doc/library/dis.rst
Python/compile.c