[New-bugs-announce] [issue32697] Guarantee that Python preserves the order of kwonly parameters

Larry Hastings report at bugs.python.org
Sun Jan 28 12:48:42 EST 2018


New submission from Larry Hastings <larry at hastings.org>:

Following on from the "Can Python guarantee the order of keyword-only parameters?", here's a patch to enforce that guarantee.  It adds documentation that makes the guarantee, and adds tests that make at least a passable attempt at testing that it's true.

I nosied everybody who +1'd my original proposal in python-dev, because I'm looking for someone to review the patch.  Beta 1 gets tagged on Sunday, so can someone rubber-stamp this today?

----------
assignee: larry
components: Interpreter Core
messages: 310975
nosy: eric.snow, gregory.p.smith, larry, yselivanov
priority: normal
severity: normal
stage: patch review
status: open
title: Guarantee that Python preserves the order of kwonly parameters
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32697>
_______________________________________


More information about the New-bugs-announce mailing list