Issue37284
Created on 2019-06-14 18:02 by eric.snow, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 14328 | merged | potomak, 2019-06-24 00:50 | |
| PR 14783 | merged | miss-islington, 2019-07-15 14:38 | |
| PR 14784 | merged | miss-islington, 2019-07-15 14:38 | |
| Messages (6) | |||
|---|---|---|---|
| msg345624 - (view) | Author: Eric Snow (eric.snow) * | Date: 2019-06-14 18:02 | |
PEP 421 added sys.implementation for Python implementors to provide values required by stdlib code (e.g. importlib). That PEP indicates that any new required attributes must go through the PEP process. [1] That requirement isn't obvious. To fix that we should add a brief note to the sys.implementation docs [2] identifying the requirement. [1] https://www.python.org/dev/peps/pep-0421/#adding-new-required-attributes [2] https://docs.python.org/3/library/sys.html#sys.implementation |
|||
| msg346313 - (view) | Author: Giovanni Cappellotto (potomak) * | Date: 2019-06-23 04:44 | |
Hi, I'd like to claim this task if nobody else already started working on it. |
|||
| msg347964 - (view) | Author: miss-islington (miss-islington) | Date: 2019-07-15 14:37 | |
New changeset 52693c10e82622d883433b779a45d0bd792f17ed by Miss Islington (bot) (Giovanni Cappellotto) in branch 'master': bpo-37284: Add note to sys.implementation doc (GH-14328) https://github.com/python/cpython/commit/52693c10e82622d883433b779a45d0bd792f17ed |
|||
| msg347965 - (view) | Author: miss-islington (miss-islington) | Date: 2019-07-15 14:44 | |
New changeset 134f79682d6729e3cf84b665d615f576075550e8 by Miss Islington (bot) in branch '3.7': bpo-37284: Add note to sys.implementation doc (GH-14328) https://github.com/python/cpython/commit/134f79682d6729e3cf84b665d615f576075550e8 |
|||
| msg347966 - (view) | Author: miss-islington (miss-islington) | Date: 2019-07-15 14:45 | |
New changeset 1ff4c4277421c02df5ca0894fb95de70cd9cd5f4 by Miss Islington (bot) in branch '3.8': bpo-37284: Add note to sys.implementation doc (GH-14328) https://github.com/python/cpython/commit/1ff4c4277421c02df5ca0894fb95de70cd9cd5f4 |
|||
| msg347967 - (view) | Author: Eric Snow (eric.snow) * | Date: 2019-07-15 14:47 | |
@potomak, thanks for doing this! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:16 | admin | set | github: 81465 |
| 2019-07-15 14:47:52 | eric.snow | set | messages: + msg347967 |
| 2019-07-15 14:47:22 | eric.snow | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019-07-15 14:45:16 | miss-islington | set | messages: + msg347966 |
| 2019-07-15 14:44:32 | miss-islington | set | messages: + msg347965 |
| 2019-07-15 14:38:56 | miss-islington | set | pull_requests: + pull_request14581 |
| 2019-07-15 14:38:48 | miss-islington | set | pull_requests: + pull_request14580 |
| 2019-07-15 14:37:35 | miss-islington | set | nosy:
+ miss-islington messages: + msg347964 |
| 2019-06-24 00:50:12 | potomak | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request14148 |
| 2019-06-23 04:44:45 | potomak | set | nosy:
+ potomak messages: + msg346313 |
| 2019-06-14 18:02:41 | eric.snow | create | |