Windson Yang <wiwind...@outlook.com> added the comment:

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))

----------
nosy: +Windson Yang

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35846>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to