Hello,

Consider the following script:

```
$ cat test.sage
//
$ sage test.sage
  File "test.sage.py", line 6
    //
     ^
SyntaxError: invalid syntax
```

The error message is for the derived python file, rather than the the sage 
script. Loading scripts from within the interpreter using sage's builtin 
`load` function gives the expected line number. Assuming that this is 
incorrect behavior, is fixing this as simple as installing whaterver hooks 
that the `load` function uses on errors?

Chris

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/f8c9f536-01a7-491b-90b3-5239dd0cf342%40googlegroups.com.

Reply via email to