Issue24368
Created on 2015-06-03 00:02 by eric.snow, last changed 2015-06-03 02:44 by eric.snow. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue24368-kwargs.diff | eric.snow, 2015-06-03 00:08 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg244716 - (view) | Author: Eric Snow (eric.snow) * | Date: 2015-06-03 00:02 | |
Several methods were implemented using PyArg_UnpackTuple and need to use PyArg_ParseTupleAndKeywords instead. |
|||
| msg244717 - (view) | Author: Eric Snow (eric.snow) * | Date: 2015-06-03 00:08 | |
Here's a patch with tests. |
|||
| msg244726 - (view) | Author: Roundup Robot (python-dev) | Date: 2015-06-03 02:44 | |
New changeset 38ffea158630 by Eric Snow in branch '3.5': Issue #24368: Support keyword arguments in OrderedDict methods. https://hg.python.org/cpython/rev/38ffea158630 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-06-06 15:38:26 | eric.snow | link | issue24394 superseder |
| 2015-06-03 02:44:24 | eric.snow | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2015-06-03 02:44:04 | python-dev | set | nosy:
+ python-dev messages: + msg244726 |
| 2015-06-03 00:08:59 | eric.snow | set | files:
+ issue24368-kwargs.diff keywords: + patch messages: + msg244717 stage: needs patch -> patch review |
| 2015-06-03 00:02:41 | eric.snow | create | |