summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-01-10 01:28:32 (GMT)
committerGuido van Rossum <guido@python.org>2007-01-10 01:28:32 (GMT)
commit33552e92fe37194c867921675a2cf25e7432008c (patch)
treeb295ab25918393368d06239f8e3bf7a145931479 /Doc/lib/libstdtypes.tex
parent902d6ebddd07a6086b54ae42929293418f0852d7 (diff)
downloadcpython-33552e92fe37194c867921675a2cf25e7432008c.zip
cpython-33552e92fe37194c867921675a2cf25e7432008c.tar.gz
cpython-33552e92fe37194c867921675a2cf25e7432008c.tar.bz2
Excise the sets module. SF #1500611 by Collin Winter.
Diffstat (limited to 'Doc/lib/libstdtypes.tex')
-rw-r--r--Doc/lib/libstdtypes.tex10
1 files changed, 0 insertions, 10 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 8a527f6..a07e7d7 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -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}}