-
-
Notifications
You must be signed in to change notification settings - Fork 688
Closed
Milestone
Description
long(...) is not defined in Python 3, and so we should remove all calls to long. We should also delete all methods __long__, and remove the special-casing for long in Python 3 doctesting (in doctest/forker.py).
Sage 9.2 will not support Python 2 anymore, so that is this ticket's target release.
CC: @embray @fchapoton
Component: python3
Work Issues: Rebase
Author: John Palmieri
Branch/Commit: 3fcba90
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/27826