Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Update Doc/whatsnew/3.14.rst
  • Loading branch information
pablogsal authored Mar 31, 2025
commit 047500decc4a3eff772aa55970b3285a743eb72e
1 change: 1 addition & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ For example the following expressions are now valid:
except AlbumNotFound, SongsTooGoodToBeReleased:
print("Sorry, no new album this year.")

Comment thread
pablogsal marked this conversation as resolved.
# The same applies to except* (for exception groups):
try:
release_new_sleep_token_album()
except* AlbumNotFound, SongsTooGoodToBeReleased:
Expand Down
Loading