[New-bugs-announce] [issue22175] improve test_faulthandler readability with dedent

Xavier de Gaye report at bugs.python.org
Sat Aug 9 00:07:50 CEST 2014


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 used to ensure that the changes made by the patch only affect the presentation of test_faulthandler.py.

----------
components: Library (Lib)
files: test_faulthandler.patch
keywords: patch
messages: 225091
nosy: haypo, xdegaye
priority: normal
severity: normal
status: open
title: improve test_faulthandler readability with dedent
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file36321/test_faulthandler.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22175>
_______________________________________


More information about the New-bugs-announce mailing list