[Python-3000] stdlib reorganization

Oleg Broytmann phd at mail2.phd.pp.ru
Tue May 23 10:21:18 CEST 2006


On Mon, May 22, 2006 at 11:54:14PM -0700, Talin wrote:
>     net.protocols - http, imap, pop, ftp, etc.
>        Example: net.protocols.http
> 
>     net.formats - mail, mime, binhex, etc.
>        Example: net.formats.mime
> 
>     net.tools - webbrowser, SocketServer, robotparser, etc.

   I'd like to organize by usage, not by low-level details like protocols
and formats:

   net.email - email, smtp, pop
   net.web - sgml, html, xml, http, url, webbrowser

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.


More information about the Python-3000 mailing list