[Python-Dev] [Python-checkins] r45321 - in python/trunk: Lib/test/test_traceback.py Lib/traceback.py Misc/NEWS
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Apr 13 04:55:30 CEST 2006
Tim Peters wrote:
> A less-desirable (IMO) alternative is to change the Python core to
> display bare (non-dotted) exception names when it produces a
> traceback.
Much less desirable, considering that there are modules
which define an exception just called "error" on the
assumption that you're going to see the module name
as well.
--
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | Carpe post meridiam! |
Christchurch, New Zealand | (I'm not a morning person.) |
greg.ewing at canterbury.ac.nz +--------------------------------------+
More information about the Python-Dev
mailing list