[Python-ideas] anonymous object support

Guido van Rossum guido at python.org
Sun Jul 24 17:06:17 CEST 2011


On Sun, Jul 24, 2011 at 7:04 AM, Herman Sheremetyev <herman at swebpage.com> wrote:
> It is currently somewhat difficult/awkward to create arbitrary
> "anonymous" objects in Python.

It looks like you are trying to duplicate Java's anonymous classes.
Please don't try to emulate Java's work-arounds for Java's
deficiencies.

-- 
--Guido van Rossum (python.org/~guido)



More information about the Python-ideas mailing list