[Python-Dev] PEP 318 - posting draft

Skip Montanaro skip at pobox.com
Wed Mar 24 15:01:59 EST 2004


    >> class Foo(singleton):
    >> ...
    >> Foo = Foo()

    Guido> Ok, so the metaclass would have to be a little different, but
    Guido> this can be done with metaclasses.

I'll take your word for it, but I wouldn't have the faintest idea how to do
that.

Skip



More information about the Python-Dev mailing list