-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Description
This patch changes how the display manager pretty-prints plain Python integers:
sage: 1
1
sage: int(2)
int(2)
sage: len(['a', 'b', 'c'])
int(3)
sage: Set(['a', 'b', 'c', 'd']).cardinality()
4
Component: user interface
Branch/Commit: u/vbraun/doctest_python_vs_sage_ints @ 129259d
Reviewer: Jeroen Demeyer, Volker Braun
Issue created by migration from https://trac.sagemath.org/ticket/19029