[New-bugs-announce] [issue31253] Python fails to parse commented out code

Andrew Wall report at bugs.python.org
Tue Aug 22 03:26:57 EDT 2017


New submission from Andrew Wall:

Python can parse and run this code:

log = list(r'..\Unknown\*.txt')


but not this:

'''
log = list(r'..\Unknown\*.txt')
'''

----------
components: Interpreter Core
messages: 300670
nosy: quamrana
priority: normal
severity: normal
status: open
title: Python fails to parse commented out code
type: compile error
versions: Python 3.6

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


More information about the New-bugs-announce mailing list