On Mon, Jan 7, 2013 at 12:01 PM, Lennart Regebro <rege...@gmail.com> wrote: > On Sun, Dec 30, 2012 at 10:47 AM, Ronald Oussoren <ronaldousso...@mac.com> > wrote: >> >> The module could be split into several modules in a package without >> affecting the public API if that would help with maintenance, simular to >> unittest. > > > Is there popular support for doing so, ie make datetime into a package, have > all of the pytz modules in there, but letting the public API go only through > datetime, ie no timezone submodule? > > If the list decides so, I'll update the PEP.
+1 for putting this under datetime; "Namespaces are one honking great idea". People looking for date stuff is going to look in datetime or time first so might as well put it there to begin with. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com