<br><br><div class="gmail_quote">On Fri, Feb 6, 2009 at 10:50 AM, r0g <span dir="ltr"><<a href="http://aioe.org">aioe.org</a>@<a href="http://technicalbloke.com">technicalbloke.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi There,<br>
<br>
I have a function that uses *args to accept a variable number of<br>
parameters and I would like it to return a variable number of objects. <br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>

I could return a list but I would like to take advantage of tuple<br>
unpacking with the return values e.g.</blockquote><div><br>Just return the list :) <br><br>It'll unpack any sequence, not just tuples.<br><br>--S<br></div></div><br>