[Python-3000] possible new packages (PEP 3108)

Jim Jewett jimjjewett at gmail.com
Wed Jan 10 18:50:30 CET 2007


On 1/10/07, Bill Janssen <janssen at parc.com> wrote:

> > I am not dealing with any merging unless I have to.  Perhaps I should
> > make that a basic rule that I am not handling merges into a package
> > and that can be done separately.

> Then I don't see the point of re-organizing at all.  Just drop the old
> modules, and leave well enough alone.  -1 on the reorg.

I think he meant "This PEP is not dealing with anything other than
complete existing modules."

If you want to combine modules, or move code to a more appropriate
place, that might be good too, but it isn't in Brett's scope.  All he
is doing is

(1)  Getting rid of stuff that has already been replaced, and
(2)  (Maybe) moving modules closer together so that it will be easier
to see what  refactoring is needed.

Eliminating some additional modules afterwards would be good too, but
there may not be time, and step (2) is worthwhile on its own.

-jJ


More information about the Python-3000 mailing list