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
b9032018
Commit
b9032018
authored
May 02, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the xrange object description to reflect the removal of deprecated
features.
parent
d0ba6365
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/lib/libstdtypes.tex
Doc/lib/libstdtypes.tex
+3
-3
No files found.
Doc/lib/libstdtypes.tex
View file @
b9032018
...
...
@@ -401,9 +401,9 @@ new buffer object.
Xrange objects are similar to buffers in that there is no specific
syntax to create them, but they are created using the
\function
{
xrange()
}
function.
\bifuncindex
{
xrange
}
They don't support
slicing
or concatenation, but do support repetition, and using
\
code
{
in
}
,
\code
{
not in
}
,
\function
{
min()
}
or
\function
{
max()
}
on them
is inefficient.
slicing
, concatenation, or repetition, and using
\keyword
{
in
}
,
\
keyword
{
not
}
\keyword
{
in
}
,
\function
{
min()
}
or
\function
{
max()
}
on
them
is inefficient.
\obindex
{
xrange
}
Most sequence types support the following operations. The
\samp
{
in
}
and
...
...
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