|
From: Randall W. <re...@bu...> - 2019-09-20 10:03:09
|
New submission from Randall Wood <ran...@al...>: src/org/python/core/ParserFacade.java rejects any PEP 0263 magic coding comment in a UTF-8 input (lines 314-316). In that case, should it not accept the magic coding comment that indicates the input is UTF-8 (i.e. should the comment "# -*- coding: utf-8 -*-" not be rejected)? ---------- components: Core messages: 12658 nosy: rhwood severity: normal status: open title: PEP 0263 magic coding comment rejected in UTF-8 type: behaviour versions: Jython 2.7 _______________________________________ Jython tracker <re...@bu...> <https://bugs.jython.org/issue2802> _______________________________________ |