Changes between Version 3 and Version 4 of Ticket #16746
- Timestamp:
- 07/31/14 16:17:54 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16746 – Description
v3 v4 1 The doctests output should look like the Sage commandline output, which it currently does not . Differences include:1 The doctests output should look like the Sage commandline output, which it currently does not quite. Differences include: 2 2 * Dictionaries will be sorted by key, makes output more reproducable 3 3 * Sets are printed as `{1,2}` instead of `set([1,2])` 4 * Empty set is `set()` instead of `set([])` 4 5 * Types are `<Foo at 0x...>` instead of `<Foo object at 0x...>`