id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,work_issues,upstream,reviewer,author,merged,dependencies,stopgaps
1914,incorrect string escaping in preparser,dmharvey,was,"This works in python:
{{{
>>> print ""abc \""def\""""
abc ""def""
}}}

but it's broken in sage:
{{{
sage: print ""abc \""def\""""
------------------------------------------------------------
   File ""<ipython console>"", line 1
     print ""abc \""def._backslash_()""""
                                    ^
<type 'exceptions.SyntaxError'>: EOL while scanning single-quoted string
}}}
",defect,closed,major,sage-3.0.2,user interface,fixed,,,,,,,,,
