error messages raised by python got me thinking.
Chris Barker
chrishbarker at home.net
Tue Oct 23 12:23:50 EDT 2001
More information about the Python-list mailing list
Tue Oct 23 12:23:50 EDT 2001
- Previous message (by thread): error messages raised by python got me thinking.
- Next message (by thread): error messages raised by python got me thinking.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Delaney, Timothy" wrote: > Much the same information would be conveyed though if, in addition to the > line number, the column number were also displayed in the traceback. True, and I have wanted this in a lot of situations. How hard would it be? I'm guessing that no information about the the columns is stored in the bytecode, but maybe I'm wrong. -Chris -- Christopher Barker, Ph.D. ChrisHBarker at home.net --- --- --- http://members.home.net/barkerlohmann ---@@ -----@@ -----@@ ------@@@ ------@@@ ------@@@ Oil Spill Modeling ------ @ ------ @ ------ @ Water Resources Engineering ------- --------- -------- Coastal and Fluvial Hydrodynamics -------------------------------------- ------------------------------------------------------------------------
- Previous message (by thread): error messages raised by python got me thinking.
- Next message (by thread): error messages raised by python got me thinking.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list