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
|
+ bsddb
|
||||||
+ dumbdbm
|
+ dumbdbm
|
||||||
+ gdbm
|
+ gdbm
|
||||||
|
+ sqlite3
|
||||||
+ whichdb
|
+ whichdb
|
||||||
|
|
||||||
* Audio
|
* Audio
|
||||||
|
@ -611,7 +612,7 @@ could go into the package.
|
||||||
+ webbrowser
|
+ webbrowser
|
||||||
+ wsgiref
|
+ wsgiref
|
||||||
|
|
||||||
* Servers
|
* Servers (each sub-grouping can be their own package)
|
||||||
|
|
||||||
+ HTTP
|
+ HTTP
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue