On Wed, Apr 2, 2008 at 4:19 PM, Thomas Wouters <[EMAIL PROTECTED]> wrote: > On Wed, Apr 2, 2008 at 2:14 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > Thomas Wouters's changes for variable tuple packing might fix this, if > > we can agree to add that feature.
> In all fairness, liberating the argument-unpacking doesn't *require* the > variable sequence unpacking patch, although they do share a lot of code. Well, I'd see no reason to change the call syntax unless we allow "x, y, *z" elsewhere, and conversely once we allow the latter, not fixing calls would be a mistake. So even if they don't share much code, they go hand in hand for me. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
