-
-
Notifications
You must be signed in to change notification settings - Fork 574
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
Allow start parameter in Python's sum #34007
Labels
Milestone
Comments
Author: Bruno Grenet |
New commits:
|
Commit: |
Branch: u/bruno/sum_with_start_keyword |
Reviewer: Matthias Koeppe |
Changed branch from u/bruno/sum_with_start_keyword to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From Python 3.8, the start parameter of the built-in function
sum
can be given as a keyword argument. For instance:Sage's
symbolic_sum
, imported assum
and overwriting the originalsum
, does not pass this keyword argument. Hence in Sage:Component: misc
Keywords: sum
Author: Bruno Grenet
Branch/Commit:
e2ae675
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/34007
The text was updated successfully, but these errors were encountered: