commit | d31e7730cd5d74efbd7320751dacd51d09cc415d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Oct 21 10:09:39 2018 +0300 |
committer | GitHub <noreply@github.com> | Sun Oct 21 10:09:39 2018 +0300 |
tree | 2ec0ee3852041197d9dda25b4e9eb6a4f5c2c9ca | |
parent | 2f73ed69130cdf63b773275f430c9abdab0757ad [diff] |
bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999) If SyntaxWarning was raised as an exception, it will be replaced with a SyntaxError for better error reporting.