summaryrefslogtreecommitdiff
path: root/Include/unicodeobject.h
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2016-12-19 18:39:28 +0800
committerXiang Zhang <angwerzx@126.com>2016-12-19 18:39:28 +0800
commitbd0ff946bc553e88ff7ef8417edd18de7150117f (patch)
tree5112025de59b293335f594a095347dd1c48c4a30 /Include/unicodeobject.h
parentec60edb977dd14640a5bc95f00cccc214518971e (diff)
parent47888da90b1a40692eca23bcc77346112b1d188a (diff)
downloadcpython-git-bd0ff946bc553e88ff7ef8417edd18de7150117f.tar.gz
Issue #29009: Merge 3.6.
Diffstat (limited to 'Include/unicodeobject.h')
-rw-r--r--Include/unicodeobject.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index 0dfe06f8af..99f2d433fd 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -2079,10 +2079,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