[issue35133] Bugs in concatenating string literals on different lines

Serhiy Storchaka report at bugs.python.org
Mon Nov 5 07:33:36 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Here is a script used for searching and fixing such errors. It produces a large number of false detections, so it need manual work for clearing the result. In general this can't be automated, because the correctness depends on the context.

----------
Added file: https://bugs.python.org/file47906/fixstringssplit.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35133>
_______________________________________


More information about the Python-bugs-list mailing list