18 Feb
2005
18 Feb
'05
7:53 p.m.
jamie@textmatters.com wrote at 2005-2-18 11:35 -0000:
... Neither of which is particularly helpful at diagnosing the error. Why can't it return something like "DateException could not convert string to date"
As a general rule: You do not diagnose an error based on the message alone. Instead, you take the traceback corresponding to the error into account! -- Dieter