Add 'sets' to the suggested package of Python implemented built-in types.

This commit is contained in:
Brett Cannon 2007-01-09 22:24:14 +00:00
parent 8a77cd9435
commit 77215ed8e6
1 changed files with 1 additions and 0 deletions

View File

@ -521,6 +521,7 @@ could go into the package.
* Python implementations of built-in data types
+ sets
+ UserDict
+ UserList
+ UserString