[New-bugs-announce] [issue28028] Convert warnings to SyntaxWarning in parser

Serhiy Storchaka report at bugs.python.org
Thu Sep 8 15:23:04 EDT 2016


New submission from Serhiy Storchaka:

AST parser converts UnicodeError and ValueError raised during parsing string literal to SyntaxError. Maybe make it converting warnings (see issue27364) to SyntaxWarning?

----------
components: Interpreter Core
messages: 275122
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Convert warnings to SyntaxWarning in parser
type: enhancement
versions: Python 3.6

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


More information about the New-bugs-announce mailing list