[New-bugs-announce] [issue29009] Outdated part in the doc of PyUnicode_RichCompare

Xiang Zhang report at bugs.python.org
Sun Dec 18 23:30:59 EST 2016


New submission from Xiang Zhang:

The sentence:

"Note that Py_EQ and Py_NE comparisons can cause a UnicodeWarning in case the conversion of the arguments to Unicode fails with a UnicodeDecodeError."

in the doc of PyUnicode_RichCompare is not true in 3.x. Proposed patch simply deletes it.

----------
assignee: docs at python
components: Documentation
files: doc-of-PyUnicode_RichCompare.patch
keywords: patch
messages: 283578
nosy: docs at python, haypo, xiang.zhang
priority: normal
severity: normal
stage: patch review
status: open
title: Outdated part in the doc of PyUnicode_RichCompare
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45960/doc-of-PyUnicode_RichCompare.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29009>
_______________________________________


More information about the New-bugs-announce mailing list