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.

classification
Title: Cross-link docs for faulthandler, traceback and pdb
Type: enhancement Stage: patch review
Components: Documentation Versions: Python 3.4, Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: chris.jerdonek, docs@python, eric.araujo, ezio.melotti, vstinner
Priority: normal Keywords: easy, patch

Created on 2011-05-30 15:45 by eric.araujo, last changed 2022-04-11 14:57 by admin.

Pull Requests
URL Status Linked Edit
PR 14754 closed python-dev, 2019-07-13 15:57
Messages (2)
msg137298 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-05-30 15:45
haypo suggested linking between traceback.print_tb and faulthandler.dump_traceback().  See also links between pdb and faulthandler could also be nice, if they explain briefly how the modules differ.
msg222781 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-11 19:20
Who has the technical knowledge to write a patch for this?
History
Date User Action Args
2022-04-11 14:57:17adminsetgithub: 56426
2019-07-13 15:57:54python-devsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request14549
2019-04-26 19:01:47BreamoreBoysetnosy: - BreamoreBoy
2014-07-11 19:20:32BreamoreBoysetnosy: + BreamoreBoy

messages: + msg222781
versions: + Python 3.5, - Python 3.3
2012-11-26 05:09:28eric.araujosetnosy: + chris.jerdonek
2012-11-09 15:06:19ezio.melottisetnosy: + ezio.melotti

type: enhancement
versions: + Python 3.4
2011-05-30 15:45:12eric.araujocreate