commit | 093b67061ac54b603483fed1038d686b34cc61f5 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Jan 13 00:29:49 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Jan 13 00:29:49 2007 +0000 |
tree | 924e09dbbdc388bfb9c89acfafa6f1760e96337f | |
parent | 6fd4549bc68642ad638f384f760d06295d4e3579 [diff] [blame] |
Deprecate the sets module.
diff --git a/Doc/lib/libsets.tex b/Doc/lib/libsets.tex index 22bf34b..efa4e0f 100644 --- a/Doc/lib/libsets.tex +++ b/Doc/lib/libsets.tex
@@ -9,6 +9,8 @@ \sectionauthor{Raymond D. Hettinger}{python@rcn.com} \versionadded{2.3} +\deprecated{2.6}{ The built-in \code{set}/\code{frozneset} types replace this +module.} The \module{sets} module provides classes for constructing and manipulating unordered collections of unique elements. Common uses include membership