]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve...
authorKinshuk Dua <kinshukdua@gmail.com>
Thu, 27 Jan 2022 10:24:48 +0000 (15:54 +0530)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 10:24:48 +0000 (10:24 +0000)
commit08c0ed2d9c0d01ad1a5adc0787bc75e4e90cbb85
treebcb78c4f5b61fb3345fd7e711fb638f7c823457f
parent606e496dd6e2ace298532da200169124c26ae0f2
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers.  (GH-29236)
Doc/library/exceptions.rst
Doc/reference/simple_stmts.rst
Lib/test/test_raise.py