Re: Gotcha I never ran into before

2007-08-09 Thread James Stroud
Brian Cole wrote: > I've been programming in Python for about 6 years now. One of the > features I adore the most is the very useful error messages and stack > traces that make it easy to debug. However, today I ran into a > difficult to trace bug because the stack trace was reporting the > problem

Gotcha I never ran into before

2007-08-09 Thread Brian Cole
I've been programming in Python for about 6 years now. One of the features I adore the most is the very useful error messages and stack traces that make it easy to debug. However, today I ran into a difficult to trace bug because the stack trace was reporting the problem in the wrong place. class