-
-
Notifications
You must be signed in to change notification settings - Fork 657
Closed
Milestone
Description
Steps To Reproduce
https://doc.sagemath.org/html/en/developer/coding_basics.html#writing-testable-examples mentions
Python3 print: Python3 syntax for print must be used in Sage code and doctests. If you use an old-style print in doctests, it will raise a SyntaxError:
I think this can be removed now.
Expected Behavior
python 2 support has been removed long ago
Actual Behavior
python 2 print is mentioned
Additional Information
No response
Environment
irrelevant
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide