Issue 33888: Use CPython instead of Python when talking about implementation details
Created on 2018-06-17 18:13 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 7767 | merged | adelfino, 2018-06-17 18:15 | |
| PR 8180 | merged | miss-islington, 2018-07-07 23:27 | |
| PR 8181 | merged | miss-islington, 2018-07-07 23:28 | |
| PR 8182 | merged | miss-islington, 2018-07-07 23:29 | |
| Messages (6) | |||
|---|---|---|---|
| msg319825 - (view) | Author: Andrés Delfino (adelfino) * ![]() |
Date: 2018-06-17 18:13 | |
The FAQ talks about list and dictionary implementation details using "Python". I believe this should be changed to CPython. |
|||
| msg321245 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2018-07-07 23:25 | |
New changeset 8d41278045ee4e8bf1cadb58a7db58d70ad55237 by Terry Jan Reedy (Andrés Delfino) in branch 'master': bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) https://github.com/python/cpython/commit/8d41278045ee4e8bf1cadb58a7db58d70ad55237 |
|||
| msg321246 - (view) | Author: miss-islington (miss-islington) | Date: 2018-07-07 23:33 | |
New changeset 3a98ddd136275ef944aa4387c964fc0c5adf6fab by Miss Islington (bot) in branch '2.7': bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) https://github.com/python/cpython/commit/3a98ddd136275ef944aa4387c964fc0c5adf6fab |
|||
| msg321247 - (view) | Author: miss-islington (miss-islington) | Date: 2018-07-07 23:42 | |
New changeset 21fe81c1fea1bca6b500550b5895e9ebcb3ebba6 by Miss Islington (bot) in branch '3.7': bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) https://github.com/python/cpython/commit/21fe81c1fea1bca6b500550b5895e9ebcb3ebba6 |
|||
| msg321248 - (view) | Author: miss-islington (miss-islington) | Date: 2018-07-07 23:50 | |
New changeset b7874c809cbead0eb07554b61efe7823238c8bd9 by Miss Islington (bot) in branch '3.6': bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) https://github.com/python/cpython/commit/b7874c809cbead0eb07554b61efe7823238c8bd9 |
|||
| msg321249 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2018-07-08 00:25 | |
Merged with Guido's approval on the PR. Thanks. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:01 | admin | set | github: 78069 |
| 2018-07-08 00:25:16 | terry.reedy | set | status: open -> closed type: behavior messages: + msg321249 resolution: fixed |
| 2018-07-07 23:50:35 | miss-islington | set | messages: + msg321248 |
| 2018-07-07 23:42:35 | miss-islington | set | messages: + msg321247 |
| 2018-07-07 23:33:00 | miss-islington | set | nosy:
+ miss-islington messages: + msg321246 |
| 2018-07-07 23:29:00 | miss-islington | set | pull_requests: + pull_request7737 |
| 2018-07-07 23:28:01 | miss-islington | set | pull_requests: + pull_request7736 |
| 2018-07-07 23:27:00 | miss-islington | set | pull_requests: + pull_request7735 |
| 2018-07-07 23:25:50 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg321245 |
| 2018-07-07 19:08:23 | serhiy.storchaka | set | nosy:
+ gvanrossum |
| 2018-06-17 18:15:21 | adelfino | set | keywords:
+ patch stage: patch review pull_requests: + pull_request7375 |
| 2018-06-17 18:13:18 | adelfino | create | |

