Message12658

Author rhwood
Recipients rhwood
Date 2019-09-20.10:02:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568973774.13.0.0669855580103.issue2802@roundup.psfhosted.org>
In-reply-to
Content
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)?
History
Date User Action Args
2019-09-20 10:02:54rhwoodsetrecipients: + rhwood
2019-09-20 10:02:54rhwoodsetmessageid: <1568973774.13.0.0669855580103.issue2802@roundup.psfhosted.org>
2019-09-20 10:02:53rhwoodlinkissue2802 messages
2019-09-20 10:02:53rhwoodcreate