[Chicago] order of keyword arguments

kirby urner kirby.urner at gmail.com
Thu Feb 5 06:38:46 CET 2009


On Wed, Feb 4, 2009 at 9:33 PM, Igor Sylvester <ias at alum.mit.edu> wrote:
> Is this worthy of a PEP?
>

Doesn't it just go against the design of Python?  Dictionaries don't
care about order, so if you do, use something other than a dictionary?
 You can pass a list or something?  Don't use the **kwargs feature?
$0.02

Kirby


More information about the Chicago mailing list