[issue12930] reindent.py inserts spaces in multiline literals

Jonathan Rogers report at bugs.python.org
Sun Jan 1 07:07:51 CET 2012


Jonathan Rogers <jonathanrrogers at gmail.com> added the comment:

Rather than expanding tab characters inside string literals, it's safer to replace them with '\t'.

----------
Added file: http://bugs.python.org/file24120/save_strings.patch

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


More information about the Python-bugs-list mailing list