[Python-Dev] list splicing
Raymond Hettinger
raymond.hettinger at verizon.net
Tue Sep 20 01:20:20 CEST 2005
More information about the Python-Dev mailing list
Tue Sep 20 01:20:20 CEST 2005
- Previous message: [Python-Dev] list splicing
- Next message: [Python-Dev] list splicing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Fred L. Drake] > Indeed, "star unpacking" has been brought up many times; I think it would > be > really cool myself. It might have a chance of acceptance this time if the proponents stick with unpacking at the end: a,b,*c=sometup instead of a,*b,c=sometup. The latter has usually gotten shot down quickly, taking the former down with it. Raymond
- Previous message: [Python-Dev] list splicing
- Next message: [Python-Dev] list splicing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list