Neal Becker schrieb:
> 1) Should assignment to a temporary object be allowed?

Unlike Michael, I think the question does make sense, and
the answer is "no", for the reason Michael gave: you assign
to names, not to objects.

> 2) Should the syntax for creation of a temporary object be a constructor
> call?

Now, *that* question makes no sense. Why do you need special syntax
to create a temporary object?

Regards,
Martin
_______________________________________________
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