[New-bugs-announce] [issue27949] Fix description in bytes literal doc

Xiang Zhang report at bugs.python.org
Sat Sep 3 10:44:33 EDT 2016


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 at python
components: Documentation
files: lexical_bytes_literal.patch
keywords: patch
messages: 274297
nosy: docs at 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 <report at bugs.python.org>
<http://bugs.python.org/issue27949>
_______________________________________


More information about the New-bugs-announce mailing list