[Python-Dev] On breaking modules into packages Was: [issue10199] Move Demo/turtle under Lib/
Guido van Rossum
guido at python.org
Wed Nov 3 00:43:29 CET 2010
On Tue, Nov 2, 2010 at 4:39 PM, Michael Foord <fuzzyman at voidspace.org.uk> wrote:
> As the maintainer of unittest I'd like to say that in the absence of clear
> consensus that the merger should happen, or a fiat from the BDFL, the merger
> won't happen. I believe that this is standard Python development process.
I don't think that anybody seriously expected the unittest package
would be restructured again. The remaining thrust of the thread seems
to be whether PEP 8 should advise against breaking code up into many
little modules. Personally I don't think it should -- it should by now
be clear that this is not an area where one style will fit all. I also
think that the convenience of one style over another might have
something to do with the tools being used.
--
--Guido van Rossum (python.org/~guido)
More information about the Python-Dev
mailing list