From e9e54355f71a65582238e716a6ebdfd5174a7896 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 13 Jan 2007 00:29:27 +0000 Subject: [PATCH] Note the deprecation of the sets module. --- pep-0004.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pep-0004.txt b/pep-0004.txt index bc4946487..107c2621c 100644 --- a/pep-0004.txt +++ b/pep-0004.txt @@ -182,6 +182,12 @@ Deprecated modules Date: 21-Feb-2006 Documentation: Documented as deprecated as of Python 2.5. + Module name: sets + Rationale: The built-in set/frozenset types, introduced in + Python 2.4, supplant the module. + Date: 12-Jan-2007 + Documentation: Documented as deprecated as of Python 2.6. + Undeprecated modules