blob: 97bc310683c312e7ea451b050cf295b7f63142f7 [file] [log] [blame]
Python now explicitly preserves the definition order of keyword-only
parameters. It's always preserved their order, but this behavior was never
guaranteed before; this behavior is now guaranteed and tested.