This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Windson Yang
Recipients Windson Yang, ezio.melotti, mrabarnett, pbugnion
Date 2019-02-01.01:46:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548985594.02.0.357124878488.issue35846@roundup.psfhosted.org>
In-reply-to
Content
I wonder if possible that c not in ASCIILETTERS when we get KeyError?

    if c in ASCIILETTERS:
        raise s.error('bad escape %s' % this, len(this))
History
Date User Action Args
2019-02-01 01:46:35Windson Yangsetrecipients: + Windson Yang, ezio.melotti, mrabarnett, pbugnion
2019-02-01 01:46:34Windson Yangsetmessageid: <1548985594.02.0.357124878488.issue35846@roundup.psfhosted.org>
2019-02-01 01:46:34Windson Yanglinkissue35846 messages
2019-02-01 01:46:33Windson Yangcreate