-
-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3 preparation: Change syntax of raise with traceback #18799
Labels
Milestone
Comments
Branch: u/wluebbe/18799 |
Commit: |
Author: Wilfried Luebbe |
New commits:
|
comment:2
I propose to convert the elliptic curve one to a simple raise (no traceback) |
comment:3
ok, let it be. |
Reviewer: Frédéric Chapoton |
Changed branch from u/wluebbe/18799 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2to3
proposes changes forThese changes are invalid (see also #18796).
Several options are given in the documentation of python-future (see http://python-future.org/compatible_idioms.html#raising-exceptions).
This ticket is tracked as a dependency of meta-ticket #16052.
The simple
raise
statements are fixed in #15990.Component: misc
Author: Wilfried Luebbe
Branch/Commit:
249b939
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/18799
The text was updated successfully, but these errors were encountered: