What is the difference between "new Class()" and "Class()"?

Terry Reedy tjreedy at udel.edu
Sun Nov 20 16:41:02 EST 2011


On 11/20/2011 4:16 PM, Herman wrote:
> What is so special about the "new" operator?

There is no 'new' operator in Python. Perhaps you are thinking of 
javascript or maybe jave or ...?

-- 
Terry Jan Reedy




More information about the Python-list mailing list