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 brett.cannon
Recipients
Date 2003-05-17.02:28:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

The use of the frame object is up to you.  Most people would use it to 
inspect the frame to see where they were when the signal was raised.  Since 
the use is completely up to the user it is not specified.
History
Date User Action Args
2007-08-23 14:01:14adminlinkissue554750 messages
2007-08-23 14:01:14admincreate