New submission from Larry Hastings <la...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32697>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to