Bruno Desthuilliers wrote:

Nope. But IIRC, one-class-per-file helps saving on compile/link time. A problem we don't have with dynamic languages !-)

That's mostly true. Although I've noticed that if I have
a very large .py file, it can take a noticeable number
of moments to regenerate the .pyc after I've changed
something.

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

Reply via email to