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
20c94913
Commit
20c94913
authored
Aug 01, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor re-wording in the exaplantion of sequence comparisons.
This closes SF bug #445749.
parent
e74f8de3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Doc/tut/tut.tex
Doc/tut/tut.tex
+4
-3
No files found.
Doc/tut/tut.tex
View file @
20c94913
...
...
@@ -2039,9 +2039,10 @@ If two items to be compared are themselves sequences of the same type,
the lexicographical comparison is carried out recursively. If all
items of two sequences compare equal, the sequences are considered
equal. If one sequence is an initial sub-sequence of the other, the
shorter sequence is the smaller one. Lexicographical ordering for
strings uses the
\ASCII
{}
ordering for individual characters. Some
examples of comparisons between sequences with the same types:
shorter sequence is the smaller (lesser) one. Lexicographical
ordering for strings uses the
\ASCII
{}
ordering for individual
characters. Some examples of comparisons between sequences with the
same types:
\begin{verbatim}
(1, 2, 3) < (1, 2, 4)
...
...
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