Commit b9032018 authored by Fred Drake's avatar Fred Drake

Update the xrange object description to reflect the removal of deprecated

features.
parent d0ba6365
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment