On Mar 5, 3:11 pm, Bruno Desthuilliers
<[EMAIL PROTECTED]> wrote:
> Your own experience *with Python* ?

No, my experience with Visual Basic. ;)

Of course my experience with Python!

Sorry, I can continue writing snarky replies to your snarky comments
but that won't get us anywhere productive. Instead I think the
following really gets to the crux of the issue.

> May I say that the problem here comes from your insistance on putting
> each class in a single module ?

No, it doesn't.

It really doesn't matter how many classes you have in a module; either
you use "from foo import bar", or you are stuck with a file structure
that is isomorphic to your design namespace.

The former breaks reload; the latter breaks large projects.

Martin

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to