Excise the sets module. SF #1500611 by Collin Winter.

This commit is contained in:
Guido van Rossum 2007-01-10 01:28:32 +00:00
parent 902d6ebddd
commit 33552e92fe
9 changed files with 5 additions and 1713 deletions

View file

@ -1334,16 +1334,6 @@ Note, the non-operator versions of the \method{update()},
\method{intersection_update()}, \method{difference_update()}, and
\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}
\seelink{comparison-to-builtin-set.html}
{Comparison to the built-in set types}
{Differences between the \module{sets} module and the
built-in set types.}
\end{seealso}
\section{Mapping Types --- \class{dict} \label{typesmapping}}