On Saturday, July 11, 2020 at 3:31:15 AM UTC+9 John H Palmieri wrote:

> Does IPython have a preparser?
>

I suspected Sage's preparser. I was wrong. You are right: (even out of Sage)

Hera:~$ PYTHONWARNINGS=always ipython
Python 3.8.3 (default, May 27 2020, 20:54:22) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.15.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: '\i'                                                                
    
<input>:1: DeprecationWarning: invalid escape sequence \i
<input>:1: DeprecationWarning: invalid escape sequence \i
<input>:1: DeprecationWarning: invalid escape sequence \i
<>:1: DeprecationWarning: invalid escape sequence \i
<ipython-input-1-aeb68ac32d93>:1: DeprecationWarning: invalid escape 
sequence \i
  '\i'
Out[1]: '\\i' 
 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/001feb4e-8c7c-4c77-88ee-d727bd1bf2d9n%40googlegroups.com.

Reply via email to