On Fri, Aug 19, 2005 at 06:42:04PM +0300, Yuval Kogman wrote: > If there is some really odd code signature which takes in a mess, I > may want to intermix positionals and named's in order to increase > readability.
AFAIR, named parameter syntax will work for positionals as well[*]. So even if you want to intermix the positional parameters with named, there's no need for us to support intermixing positional parameter *syntax* with named...? /me relurks -- Chip Salzenberg <[EMAIL PROTECTED]>
