[issue12058] Minor edits to comments in faulthandler

2011-05-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Pyt

[issue12058] Minor edits to comments in faulthandler

2011-05-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5f407b5479f5 by Victor Stinner in branch 'default': Issue #12058: Minor edits to comments in faulthandler http://hg.python.org/cpython/rev/5f407b5479f5 -- nosy: +python-dev ___ Python tracker

[issue12058] Minor edits to comments in faulthandler

2011-05-11 Thread Éric Araujo
New submission from Éric Araujo : 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. -- files: faulthandler-comments.diff keywords: patch messages: