Nick Coghlan wrote:
On Wed, May 9, 2012 at 5:57 PM, Mark Shannon <m...@hotpy.org> wrote:
As a consequence of this, making build_class either a class method or a
static method will cause a direct call to type.build_class() to fail as
neither class method nor static method are callable.

We'll make sure it *behaves* like a static method, even if it's
technically something else under the hood.

What I am saying is that you *don't* want it to behave like a static method, you want it to behave like a builtin-function.

Cheers,
Mark.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to