[Python-3000] Using *a for packing in lists and other places

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Mar 17 01:39:15 CET 2008


Terry Reedy wrote:
> The fact that the '*' would be redundant in some contexts and therefore 
> useless should not necessarily make it syntax error in that context.

It does allow a lone *exp to be given a special
meaning in some contexts, such as yield *exp.
Although I'm still not sure that's a good idea.

-- 
Greg


More information about the Python-3000 mailing list