From f4b919f80b91b0f4ff434ccb6545d946798f4349 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 10 Jan 2007 19:57:10 +0000 Subject: [PATCH] Add sqlite3 to the suggested database package. Also comment that the servers package could be broken up separately into socket and HTTP server packages. --- pep-3108.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pep-3108.txt b/pep-3108.txt index a0cdaa4fe..e84191647 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -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