Movatterモバイル変換
[0]ホーム
[Python-Dev] PEP 409 update [was: PEP 409 - final?]
Ethan Furmanethan at stoneleaf.us
Fri Feb 3 18:29:25 CET 2012
Yury Selivanov wrote:> While the example is valid, I doubt that it is in any sense> "common" case.No it is a corner case. Another way to spell it is:try: try: raise IndexError() except: raise CustomError() from Noneexcept CustomError as e: # nevermind, let's see the whole thing after all e.__cause__ = Ellipsis raise eEthan
More information about the Python-Devmailing list
[8]ページ先頭