Changes between Initial Version and Version 1 of Ticket #28414, comment 90
- Timestamp:
- 09/24/19 08:46:48 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28414, comment 90
initial v1 2 2 3 3 It might be that iPython installs some kind of display hook that sets `str` to convert to unicode. There is code in `src/sage/repl/rich_output` that might be doing this. 4 5 That is to say that unicode you see printed might be happening due to on the fly conversion, set up by `DisplayManager`.