diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-01-13 00:29:49 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-01-13 00:29:49 +0000 |
commit | 093b67061ac54b603483fed1038d686b34cc61f5 (patch) | |
tree | 924e09dbbdc388bfb9c89acfafa6f1760e96337f /Doc/lib | |
parent | 6fd4549bc68642ad638f384f760d06295d4e3579 (diff) | |
download | cpython-git-093b67061ac54b603483fed1038d686b34cc61f5.tar.gz |
Deprecate the sets module.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libsets.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libsets.tex b/Doc/lib/libsets.tex index 22bf34bfb4..efa4e0f3b9 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 |