The problem is that sage/repl/display/formatter.py uses the function:    
IPython.utils.py3compat.unicode_to_str
which does not exist in the current IPython.

That function is a no-op in Python3.  (In Python2 it converts a unicode 
byte sequence to a python string.)  So it could be removed from 
formatter.py without causing any problems.

- Marc

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/d4c10715-7ca5-47a4-94a9-95e006f9260fn%40googlegroups.com.

Reply via email to