We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0235f9c commit 047500dCopy full SHA for 047500d
1 file changed
Doc/whatsnew/3.14.rst
@@ -106,6 +106,7 @@ For example the following expressions are now valid:
106
except AlbumNotFound, SongsTooGoodToBeReleased:
107
print("Sorry, no new album this year.")
108
109
+ # The same applies to except* (for exception groups):
110
try:
111
release_new_sleep_token_album()
112
except* AlbumNotFound, SongsTooGoodToBeReleased:
0 commit comments