On 06/11/2013 03:48 PM, Laurent Pointal wrote:
Dennis Lee Bieber wrote:

On Tue, 4 Jun 2013 18:17:33 -0700, Dan Stromberg <drsali...@gmail.com>
declaimed the following in gmane.comp.python.general:

     <SNIP>

The C compiler suites used this ability to read the error log from a
compile, and move to the line/column in the source file associated with
each error. (Before "integrated" development environments)

This is a + for compiled environments that you effectively cannot have with
Python, non-syntaxic errors found at runtime.


Sure. I think they're usually called exceptions. And lo and behold, they come with filenames and line numbers.



--
DaveA
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to