[Python-Dev] User's complaints

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jul 14 02:41:25 CEST 2006


Jeroen Ruigrok van der Werven wrote:
> It's just nice to be able to define a single class
> in multiple modules.

It *seems* nice until you want to track down which
source file the definition of some method comes
from.

Those used to the "one huge global namespace" of
C and C++ likely don't see this as a problem. But
since I've come to appreciate the benefits of
Python's module system, I don't want to go back
to that nightmare.

--
Greg


More information about the Python-Dev mailing list