Issue31947
Created on 2017-11-05 11:21 by anentropic, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 4288 | merged | anentropic, 2017-11-05 11:21 | |
| PR 6484 | merged | miss-islington, 2018-04-16 03:41 | |
| PR 6485 | merged | miss-islington, 2018-04-16 03:42 | |
| Messages (5) | |||
|---|---|---|---|
| msg305591 - (view) | Author: Anentropic (anentropic) * | Date: 2017-11-05 11:21 | |
It seems to me that this method should not have names=None default value in signature, because that case is not handled, nor is it described as a possible value in the docstring. Seems like maybe a copy and paste from __call__, which has basically same signature, but names=None is valid and handled there. |
|||
| msg315350 - (view) | Author: Ethan Furman (ethan.furman) * ![]() |
Date: 2018-04-16 03:40 | |
New changeset b8e21f12891382bc0aac5ccd13dcb4a990d65e0a by Ethan Furman (anentropic) in branch 'master': bpo-31947: remove None default for names param in Enum._create_ (GH-4288) https://github.com/python/cpython/commit/b8e21f12891382bc0aac5ccd13dcb4a990d65e0a |
|||
| msg315366 - (view) | Author: miss-islington (miss-islington) | Date: 2018-04-16 20:49 | |
New changeset 3bcca488fe753ae8cef9178e32237f84927c938e by Miss Islington (bot) in branch '3.7': bpo-31947: remove None default for names param in Enum._create_ (GH-4288) https://github.com/python/cpython/commit/3bcca488fe753ae8cef9178e32237f84927c938e |
|||
| msg316668 - (view) | Author: Ethan Furman (ethan.furman) * ![]() |
Date: 2018-05-15 15:19 | |
New changeset c50e5b1f1f2501f697aa52d9c9a440bdeced7006 by Ethan Furman (Miss Islington (bot)) in branch '3.6': bpo-31947: remove None default for names param in Enum._create_ GH-4288 (GH-6485) https://github.com/python/cpython/commit/c50e5b1f1f2501f697aa52d9c9a440bdeced7006 |
|||
| msg316707 - (view) | Author: Ethan Furman (ethan.furman) * ![]() |
Date: 2018-05-15 19:40 | |
Thank you, Anentropic! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:54 | admin | set | github: 76128 |
| 2018-05-15 19:40:45 | ethan.furman | set | status: open -> closed messages: + msg316707 assignee: ethan.furman |
| 2018-05-15 15:19:53 | ethan.furman | set | messages: + msg316668 |
| 2018-04-16 20:49:36 | miss-islington | set | nosy:
+ miss-islington messages: + msg315366 |
| 2018-04-16 03:42:45 | miss-islington | set | pull_requests: + pull_request6184 |
| 2018-04-16 03:41:55 | miss-islington | set | keywords:
+ patch pull_requests: + pull_request6183 |
| 2018-04-16 03:40:38 | ethan.furman | set | messages: + msg315350 |
| 2018-03-26 09:06:22 | serhiy.storchaka | set | nosy:
+ barry, eli.bendersky, ethan.furman stage: patch review components:
+ Library (Lib) |
| 2017-11-05 11:21:06 | anentropic | create | |
