Add sqlite3 to the suggested database package. Also comment that the servers

package could be broken up separately into socket and HTTP server packages.
This commit is contained in:
Brett Cannon 2007-01-10 19:57:10 +00:00
parent ea3b5e5b64
commit f4b919f80b
1 changed files with 2 additions and 1 deletions

View File

@ -567,6 +567,7 @@ could go into the package.
+ bsddb
+ dumbdbm
+ gdbm
+ sqlite3
+ whichdb
* Audio
@ -611,7 +612,7 @@ could go into the package.
+ webbrowser
+ wsgiref
* Servers
* Servers (each sub-grouping can be their own package)
+ HTTP