[Python-checkins] r53339 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Wed Jan 10 04:39:54 CET 2007


Author: brett.cannon
Date: Wed Jan 10 04:39:53 2007
New Revision: 53339

Modified:
   peps/trunk/pep-3108.txt
Log:
'sets' module was removed from Py3K, so remove all mention of it.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan 10 04:39:53 2007
@@ -515,13 +515,11 @@
 
   + heapq
   + Queue
-  + sets
   + UserDist (?)
   + UserList (?)
 
 * Python implementations of built-in data types
 
-  + sets
   + UserDict
   + UserList
   + UserString


More information about the Python-checkins mailing list