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: Minor edits to comments in faulthandler
Type: Stage: resolved
Components: Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: eric.araujo, python-dev, vstinner
Priority: normal Keywords: patch

Created on 2011-05-11 16:51 by eric.araujo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
faulthandler-comments.diff eric.araujo, 2011-05-11 16:51
Messages (2)
msg135784 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-05-11 16:51
I fixed or improved some comments in faulthandler.  The only non-trivial change is a replacement of “until” to “before” (until did not make sense).  Please review and if you agree, commit.
msg135793 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-05-11 18:58
New changeset 5f407b5479f5 by Victor Stinner in branch 'default':
Issue #12058: Minor edits to comments in faulthandler
http://hg.python.org/cpython/rev/5f407b5479f5
History
Date User Action Args
2022-04-11 14:57:17adminsetgithub: 56267
2011-05-12 05:48:09ezio.melottisetstatus: open -> closed
resolution: fixed
stage: resolved
2011-05-11 18:58:02python-devsetnosy: + python-dev
messages: + msg135793
2011-05-11 16:51:39eric.araujocreate