Ticket #3968: parser.patch
| File parser.patch, 0.7 kB (added by jason, 4 months ago) |
|---|
-
a/sage/misc/preparser_ipython.py
old new 120 120 # Nobody uses this logging stuff anymore, anyways, because 121 121 # of the SAGE notebook. 122 122 try: 123 return 'logstr(r"""%s""")'%t123 return """logstr(%r)"""%t 124 124 except UnboundLocalError: 125 125 return 'logstr("")' 126 126