[Python-checkins] r53356 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Wed Jan 10 20:57:10 CET 2007


Author: brett.cannon
Date: Wed Jan 10 20:57:10 2007
New Revision: 53356

Modified:
   peps/trunk/pep-3108.txt
Log:
Add sqlite3 to the suggested database package.  Also comment that the servers
package could be broken up separately into socket and HTTP server packages.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan 10 20:57:10 2007
@@ -567,6 +567,7 @@
   + bsddb
   + dumbdbm
   + gdbm
+  + sqlite3
   + whichdb
 
 * Audio
@@ -611,7 +612,7 @@
   + webbrowser
   + wsgiref
 
-* Servers
+* Servers (each sub-grouping can be their own package)
 
   + HTTP
 


More information about the Python-checkins mailing list