diff options
author | Xiang Zhang <angwerzx@126.com> | 2016-12-19 18:39:28 +0800 |
---|---|---|
committer | Xiang Zhang <angwerzx@126.com> | 2016-12-19 18:39:28 +0800 |
commit | bd0ff946bc553e88ff7ef8417edd18de7150117f (patch) | |
tree | 5112025de59b293335f594a095347dd1c48c4a30 /Doc/c-api | |
parent | ec60edb977dd14640a5bc95f00cccc214518971e (diff) | |
parent | 47888da90b1a40692eca23bcc77346112b1d188a (diff) | |
download | cpython-git-bd0ff946bc553e88ff7ef8417edd18de7150117f.tar.gz |
Issue #29009: Merge 3.6.
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/unicode.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index c11e049fea..b31d6895b6 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -1668,10 +1668,6 @@ They all return *NULL* or ``-1`` if an exception occurs. * :const:`Py_True` or :const:`Py_False` for successful comparisons * :const:`Py_NotImplemented` in case the type combination is unknown - Note that :const:`Py_EQ` and :const:`Py_NE` comparisons can cause a - :exc:`UnicodeWarning` in case the conversion of the arguments to Unicode fails - with a :exc:`UnicodeDecodeError`. - Possible values for *op* are :const:`Py_GT`, :const:`Py_GE`, :const:`Py_EQ`, :const:`Py_NE`, :const:`Py_LT`, and :const:`Py_LE`. |