]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Jan 2022 10:50:43 +0000 (02:50 -0800)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 10:50:43 +0000 (02:50 -0800)
commit1440dd343871645c187028916dd6ee97300d2557
treea6c59de7164adafec541670c0abb4997e42baab0
parent287ceca2d62d11a8b45f6264226d984dd044e082
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers.  (GH-29236)

(cherry picked from commit 08c0ed2d9c0d01ad1a5adc0787bc75e4e90cbb85)

Co-authored-by: Kinshuk Dua <kinshukdua@gmail.com>
Doc/library/exceptions.rst
Doc/reference/simple_stmts.rst
Lib/test/test_raise.py