|
Loading...
|
python-dev@python.org
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [Python-Dev] PEP czar for PEP 3144? Antoine Pitrou Mon Feb 20 08:00:48 2012
On Mon, 20 Feb 2012 16:20:15 +0100 Dirkjan Ochtman <[EMAIL PROTECTED]> wrote: > On Mon, Feb 20, 2012 at 14:23, Nick Coghlan <[EMAIL PROTECTED]> wrote: > > I don't personally think the module API needs the provisional > > disclaimer as the core functionality has been tested for years in > > ipaddr and the API changes in ipaddress are just cosmetic ones either > > for PEP 8 conformance, or to make the API map more cleanly to the > > underlying networking concepts. However, I'd be willing to include > > that proviso if anyone else has lingering concerns. > > Should it be net.ipaddress instead of just ipaddress? > > Somewhat nested is better than fully flat. IMHO, nesting without a good, consistent, systematic categorization leads to very unpleasant results (e.g. "from urllib.request import urlopen"). Historically, our stdlib has been flat and I think it should stay so, short of redoing the whole hierarchy. (note this has nothing to do with the possible implementation of modules as packages, such as unittest or importlib) Regards Antoine. _______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexiscircle%40gmail.com
- Re: [Python-Dev] PEP czar for PEP 3144?, (continued)
- Re: [Python-Dev] PEP czar for PEP 3144? Steven D'Aprano 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Stephen J. Turnbull 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Guido van Rossum 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Terry Reedy 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Robert Kern 2012/02/21
Re: [Python-Dev] PEP czar for PEP 3144? martin 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Senthil Kumaran 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Mark Lawrence 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Andrew Svetlov 2012/02/20
Re: [Python-Dev] PEP czar for PEP 3144? Dirkjan Ochtman 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Antoine Pitrou 2012/02/20 <=
- Re: [Python-Dev] PEP czar for PEP 3144? Dirkjan Ochtman 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Matt Joiner 2012/02/20
Re: [Python-Dev] PEP czar for PEP 3144? Terry Reedy 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Guido van Rossum 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Nick Coghlan 2012/02/20
- Re: [Python-Dev] PEP czar for PEP 3144? Peter Moody 2012/02/29
- Re: [Python-Dev] PEP czar for PEP 3144? Nick Coghlan 2012/02/29