Skip to content

Commit 047500d

Browse files
authored
Update Doc/whatsnew/3.14.rst
1 parent 0235f9c commit 047500d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ For example the following expressions are now valid:
106106
except AlbumNotFound, SongsTooGoodToBeReleased:
107107
print("Sorry, no new album this year.")
108108
109+
# The same applies to except* (for exception groups):
109110
try:
110111
release_new_sleep_token_album()
111112
except* AlbumNotFound, SongsTooGoodToBeReleased:

0 commit comments

Comments
 (0)