Commit 452b6834 authored by Raymond Hettinger's avatar Raymond Hettinger

Cross reference the set built-ins with the sets module.

parent 16ffbc3d
......@@ -1291,6 +1291,14 @@ Note, the non-operator versions of the \method{update()},
\method{symmetric_difference_update()} methods will accept any iterable
as an argument.
The design of the set types was based on lessons learned from the
\module{sets} module.
\begin{seealso}
\seemodule[comparison-to-builtin-set]{sets}{Differences between
the \module{sets} module and the built-in set types.}
\end{seealso}
\subsection{Mapping Types --- class{dict} \label{typesmapping}}
\obindex{mapping}
......
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