[issue22175] improve test_faulthandler readability with dedent

2014-08-10 Thread STINNER Victor
STINNER Victor added the comment: I adapted the patch for Python 3.4 and applied to Python 3.4 and 3.5. Thanks for the patch. -- ___ Python tracker ___ _

[issue22175] improve test_faulthandler readability with dedent

2014-08-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 51472399ca09 by Victor Stinner in branch '3.4': Close #22175: Improve test_faulthandler readability with dedent. http://hg.python.org/cpython/rev/51472399ca09 New changeset 2929cc408fbb by Victor Stinner in branch 'default': (Merge 3.4) Close #22175

[issue22175] improve test_faulthandler readability with dedent

2014-08-08 Thread Xavier de Gaye
Changes by Xavier de Gaye : Added file: http://bugs.python.org/file36322/test_faulthandler.diff ___ Python tracker ___ ___ Python-bugs-list ma

[issue22175] improve test_faulthandler readability with dedent

2014-08-08 Thread Xavier de Gaye
New submission from Xavier de Gaye: 'test_faulthandler.patch' uses dedent to have triple-quoted strings in indented form. This allows viewing the source code with the folding tools available with some editors. 'test_faulthandler.diff' is the result of 'hg diff --ignore-all-space' and may be u