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 <rep...@bugs.python.org> <http://bugs.python.org/issue28028> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com