Issue 12058: Minor edits to comments in faulthandler (original) (raw)

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:17 admin set github: 56267
2011-05-12 05:48:09 ezio.melotti set status: open -> closedresolution: fixedstage: resolved
2011-05-11 18:58:02 python-dev set nosy: + python-devmessages: +
2011-05-11 16:51:39 eric.araujo create