Updates:
        Cc: [email protected]

Comment #15 on issue 2406 by [email protected]: improve Tuple constructor
http://code.google.com/p/sympy/issues/detail?id=2406

On github (https://github.com/renatocoutinho/sympy/commit/195362051a3ae4759f448312f36855bd22598794#commitcomment-439794), Chris commented about the fromiter() method:

I'm not sure of the convenience over Tuple(*xrange(5)) or Add(*xrange(3)). What is the rationale?

To me this is more of a convenience function, although the way you put it, it's shorter to just use *args. Ronan in comment 1 seemed to want to introduce another invariant, where type(object).fromiter(object.args) == object


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to