On Thu, Feb 16, 2023 at 8:09 AM Barry <[email protected]> wrote:

> This is valid and does not match your rules. ‘\x9b’ that is the ANSI CSI
> in 8-bit.
> In 7-bit it is ‘\x1b[‘.
>

Shouldn't that be b‘\x9b’?
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/ACL4IZXVS3DWMXTGPS7RUSGARTRXY6NW/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to