Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
bfbc29cb
Commit
bfbc29cb
authored
Dec 19, 2016
by
Xiang Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
parent
c1ee4889
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
Doc/c-api/unicode.rst
Doc/c-api/unicode.rst
+0
-4
Include/unicodeobject.h
Include/unicodeobject.h
+0
-4
No files found.
Doc/c-api/unicode.rst
View file @
bfbc29cb
...
@@ -1663,10 +1663,6 @@ They all return *NULL* or ``-1`` if an exception occurs.
...
@@ -1663,10 +1663,6 @@ They all return *NULL* or ``-1`` if an exception occurs.
* :const:`Py_True` or :const:`Py_False` for successful comparisons
* :const:`Py_True` or :const:`Py_False` for successful comparisons
* :const:`Py_NotImplemented` in case the type combination is unknown
* :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`,
Possible values for *op* are :const:`Py_GT`, :const:`Py_GE`, :const:`Py_EQ`,
:const:`Py_NE`, :const:`Py_LT`, and :const:`Py_LE`.
:const:`Py_NE`, :const:`Py_LT`, and :const:`Py_LE`.
...
...
Include/unicodeobject.h
View file @
bfbc29cb
...
@@ -2047,10 +2047,6 @@ PyAPI_FUNC(int) _PyUnicode_EqualToASCIIString(
...
@@ -2047,10 +2047,6 @@ PyAPI_FUNC(int) _PyUnicode_EqualToASCIIString(
- Py_True or Py_False for successful comparisons
- Py_True or Py_False for successful comparisons
- Py_NotImplemented in case the type combination is unknown
- 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:
Possible values for op:
Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE
Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment