[Python-checkins] r53327 - peps/trunk/pep-3108.txt
brett.cannon
python-checkins at python.org
Tue Jan 9 23:24:14 CET 2007
Author: brett.cannon
Date: Tue Jan 9 23:24:14 2007
New Revision: 53327
Modified:
peps/trunk/pep-3108.txt
Log:
Add 'sets' to the suggested package of Python implemented built-in types.
Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt (original)
+++ peps/trunk/pep-3108.txt Tue Jan 9 23:24:14 2007
@@ -521,6 +521,7 @@
* Python implementations of built-in data types
+ + sets
+ UserDict
+ UserList
+ UserString
More information about the Python-checkins
mailing list