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 techtonik
Recipients docs@python, techtonik
Date 2012-03-21.11:06:46
SpamBayes Score 2.6833039e-05
Marked as misclassified No
Message-id <1332328007.08.0.704590425302.issue14379@psf.upfronthosting.co.za>
In-reply-to
Content
Some notes about current `traceback` documentation:
http://docs.python.org/library/traceback.html

1. It needs a mentioning that traceback module works with traceback objects and frame objects

2. Functions that work with frames should probably be grouped together

3. Docs for frame function should include info about where to get frames (e.g. 
http://docs.python.org/library/inspect.html#the-interpreter-stack)

4. There is no traceback object description, which should be at http://docs.python.org/library/sys.html#sys.exc_info
History
Date User Action Args
2012-03-21 11:06:47techtoniksetrecipients: + techtonik, docs@python
2012-03-21 11:06:47techtoniksetmessageid: <1332328007.08.0.704590425302.issue14379@psf.upfronthosting.co.za>
2012-03-21 11:06:46techtoniklinkissue14379 messages
2012-03-21 11:06:46techtonikcreate