This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author complex
Recipients complex
Date 2009-06-18.11:41:47
SpamBayes Score 7.642695e-05
Marked as misclassified No
Message-id <1245325309.63.0.265653253498.issue6307@psf.upfronthosting.co.za>
In-reply-to
Content
From the manual of the sys module:

"""
last_type 
last_value
last_traceback

These three variables are not always defined; they are set when an
exception is not handled and the interpreter prints an error message and
a stack traceback.
"""

So the AttributeError is normal in this case.

Changed the bug type to "behavior", since a more meaningful error
message than AttributeError would be very useful in this case.

Thanks.
History
Date User Action Args
2009-06-18 11:41:49complexsetrecipients: + complex
2009-06-18 11:41:49complexsetmessageid: <1245325309.63.0.265653253498.issue6307@psf.upfronthosting.co.za>
2009-06-18 11:41:48complexlinkissue6307 messages
2009-06-18 11:41:47complexcreate