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

Bill Janssen janssen at parc.com
Sat Jan 6 00:10:48 CET 2007


> > -BaseHTTPServer      basehttpserver
> > +BaseHTTPServer      base_http_server
> > -CGIHTTPServer       cgihttpserver
> > +CGIHTTPServer       cgi_http_server
> 
> And so we circle round to (namespace) packages, because is a dot
> really any worse than an underscore?
> 
>     http.server.base
>     http.server.cgi
>     http.server.simple
> 

We should probably scrap either Base or Simple for Py3K.

Bill


More information about the Python-checkins mailing list