New submission from Xiang Zhang:

The docs of the encoders of unicode-escape and raw-unicode-escape still tell 
the result of the encoding is Python string object. It should be Python bytes 
object.

----------
assignee: docs@python
components: Documentation
files: unicode-escape-doc.patch
keywords: patch
messages: 281263
nosy: docs@python, xiang.zhang
priority: normal
severity: normal
stage: patch review
status: open
title: Replace string with bytes in doc of unicode-escape an raw-unicode-escape
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45558/unicode-escape-doc.patch

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

Reply via email to