[issue39223] Fold constant slicing with slices

Pablo Galindo Salgado report at bugs.python.org
Sun Jan 5 13:18:31 EST 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

The one in cpython/Tools/clinic/clinic.py:1185 is sort of an anti-pattern as it should be using 

'''\
Something something
'''

instead of skipping the newline.

----------

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


More information about the Python-bugs-list mailing list