summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2016-12-19 18:39:02 +0800
committerXiang Zhang <angwerzx@126.com>2016-12-19 18:39:02 +0800
commitec8f6b40926517613a5314897767223a3630ac52 (patch)
tree8639d157b36013324dc25418d494dcb9cc9b8964 /Include
parent487bf3ed11609d90dc7c96dfcdf1a600beeca1ac (diff)
parentd990f8196bdd1306bcecab4803ada8919e178a8f (diff)
downloadcpython-ec8f6b40926517613a5314897767223a3630ac52.tar.gz
Issue #29009: Merge 3.5.
Diffstat (limited to 'Include')
-rw-r--r--Include/unicodeobject.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index 8103a63ec6..792d0e8a9d 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -2075,10 +2075,6 @@ PyAPI_FUNC(int) _PyUnicode_EqualToASCIIString(
- Py_True or Py_False for successful comparisons
- Py_NotImplemented in case the type combination is unknown
- 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.
-
Possible values for op:
Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE