Changes between Version 1 and Version 2 of Ticket #20765
- Timestamp:
- 06/02/16 23:12:08 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20765 – Description
v1 v2 4 4 sage: s = load(u) 5 5 }}} 6 The doctest passes without problems , but executing the doctest manuallyfails, probably because of circular imports6 The doctest passes without problems when executed by `sage -t`, but executing the doctest manually in a sage session fails, probably because of circular imports 7 7 8 8 {{{