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:
parent
ea3b5e5b64
commit
f4b919f80b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue