(original) (raw)
diff -r 3cc193be79ab Doc/c-api/unicode.rst --- a/Doc/c-api/unicode.rst Sun Dec 18 15:01:38 2016 -0500 +++ b/Doc/c-api/unicode.rst Mon Dec 19 12:24:44 2016 +0800 @@ -1668,10 +1668,6 @@ * :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`.