IronPython 1.0 - Bugs or Features?

tjreedy tjreedy at udel.edu
Wed Sep 6 15:20:30 EDT 2006


"Claudio Grondi" <claudio.grondi at freenet.de> wrote in message 
news:edn23m$s6$1 at newsreader2.netcologne.de...
> I also erroneously assumed, that the first problem was detected during
> parsing ... so, by the way: how can I distinguish an error raised while
> parsing the code and an error raised when actually running the code?

Parsing detects and reports syntax errors and maybe something else if you 
use non-ascii chars without matching coding cookie.  Other errors are 
runtime.

tjr






More information about the Python-list mailing list