This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shihai1991
Recipients shihai1991, xxm
Date 2019-08-07.17:31:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565199076.52.0.922072564727.issue37718@roundup.psfhosted.org>
In-reply-to
Content
1. the message property of PyBaseExceptionObject(Exception) have been cancelled.

[1] https://github.com/python/cpython/blob/2.7/Include/pyerrors.h#L13
[2] https://github.com/python/cpython/blob/master/Include/cpython/pyerrors.h#L18

2. `except Exception, e` is a python2.x behavior, pls use `except Exception as e` in python3.x
History
Date User Action Args
2019-08-07 17:31:16shihai1991setrecipients: + shihai1991, xxm
2019-08-07 17:31:16shihai1991setmessageid: <1565199076.52.0.922072564727.issue37718@roundup.psfhosted.org>
2019-08-07 17:31:16shihai1991linkissue37718 messages
2019-08-07 17:31:16shihai1991create