"Brett Cannon" <[EMAIL PROTECTED]> wrote: > * Databases > + anydbm > + dbhash > + dbm > + bsddb > + dumbdbm > + gdbm > + whichdb
What about sqlite3? > * Internet (leaving out all questionable modules leads to a Web > grouping) I'm not a real big fan of the Internet package, but you forgot about smtpd (an asyncore subclass that is an smtp server). > * Servers > + HTTP > - BaseHTTPServer > - CGIHTTPServer > - DocXMLRPCServer > - SimpleHTTPServer > - SimpleXMLRPCServer > - wsgiref Why not just call the above http_servers? > + Socket > > - asynchat > - asyncore > - SocketServer And the above server_frameworks? It may also make sense to merge the functionality of asynchat into asyncore (there is already dispatcher_with_send in asyncore). - Josiah _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
