New submission from Xiang Zhang: This sentence "bytes with a numeric value of 128 or greater must be expressed with escapes" is wrong and not complete. The value needs to be escaped is >= 127 and < 32.
---------- assignee: docs@python components: Documentation files: lexical_bytes_literal.patch keywords: patch messages: 274297 nosy: docs@python, xiang.zhang priority: normal severity: normal status: open title: Fix description in bytes literal doc type: enhancement versions: Python 3.6 Added file: http://bugs.python.org/file44354/lexical_bytes_literal.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27949> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com