Issue32697
Created on 2018-01-28 17:48 by larry, last changed 2018-01-28 19:22 by yselivanov. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 5391 | merged | larry, 2018-01-28 17:56 | |
| Messages (4) | |||
|---|---|---|---|
| msg310975 - (view) | Author: Larry Hastings (larry) * | Date: 2018-01-28 17:48 | |
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? |
|||
| msg310982 - (view) | Author: Larry Hastings (larry) * | Date: 2018-01-28 19:13 | |
New changeset f36ba12809d5db1b76464d8f1f04dad8d685ec78 by larryhastings in branch 'master': bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391) https://github.com/python/cpython/commit/f36ba12809d5db1b76464d8f1f04dad8d685ec78 |
|||
| msg310984 - (view) | Author: Larry Hastings (larry) * | Date: 2018-01-28 19:16 | |
Thanks for the quick turnaround reviews! Today we've all collectively made Python a better programming language. |
|||
| msg310985 - (view) | Author: Yury Selivanov (yselivanov) * | Date: 2018-01-28 19:22 | |
> Today we've all collectively made Python a better programming language. Literally can't stop doing that for some reason... :) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-28 19:22:35 | yselivanov | set | messages: + msg310985 |
| 2018-01-28 19:16:35 | larry | set | status: open -> closed resolution: fixed messages: + msg310984 stage: patch review -> resolved |
| 2018-01-28 19:13:11 | larry | set | messages: + msg310982 |
| 2018-01-28 18:07:05 | eric.smith | set | nosy:
+ eric.smith |
| 2018-01-28 17:56:52 | larry | set | keywords:
+ patch pull_requests: + pull_request5226 |
| 2018-01-28 17:48:42 | larry | create | |