Proposal: Python Class Files

echuck at mindspring.com echuck at mindspring.com
Fri Oct 6 20:36:32 EDT 2000


In article <mailman.970844952.10953.python-list at python.org>,
  Michal Wallace <sabren at manifestation.com> wrote:
> Class files would work like this:
>
> 1. Each class file contains one and only one class.

Why? If we have Foo.pc, but the Foo class requires some supporting
internal classes, I should be allowed to create them in the same
module. However, they wouldn't get put in the containing name space.

-Chuck
--
http://webware.sourceforge.net


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list