Hello, I'm new here. Has anyone proposed the following solution yet?

list.from_args(1, 2, 3)
tuple.from_args(1, 2, 3)
set.from_args(1, 2, 3)
frozenset.from_args(1, 2, 3)
iter.from_args(1, 2, 3)
array.array.from_args('i', 1, 2, 3)
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/3KWWCC3Z5HJJJPKNRL7CITSTHSTHYWQB/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to