Ticket #3968: parser.patch

File parser.patch, 0.7 kB (added by jason, 4 months ago)
  • a/sage/misc/preparser_ipython.py

    old new  
    120120    # Nobody uses this logging stuff anymore, anyways, because 
    121121    # of the SAGE notebook. 
    122122    try: 
    123         return 'logstr(r"""%s""")'%t 
     123        return """logstr(%r)"""%t 
    124124    except UnboundLocalError: 
    125125        return 'logstr("")' 
    126126