Issue 33348: lib2to3 doesn't parse f(*[] or []) (original) (raw)
Issue33348
Created on 2018-04-24 12:11 by zsol, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 6586 | merged | zsol,2018-04-24 12:13 | |
PR 16913 | merged | miss-islington,2019-10-24 06:19 | |
PR 16914 | merged | miss-islington,2019-10-24 06:19 |
Messages (6) | ||
---|---|---|
msg315698 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-04-24 12:42 |
See related and . | ||
msg340849 - (view) | Author: Tim Hatch (thatch) * | Date: 2019-04-25 16:39 |
Also see discussion about divergence on | ||
msg355280 - (view) | Author: miss-islington (miss-islington) | Date: 2019-10-24 06:19 |
New changeset 96b06aefe23521b61e4e9cdd44f5d30b00c7eb95 by Miss Skeleton (bot) (Zsolt Dollenstein) in branch 'master': bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) https://github.com/python/cpython/commit/96b06aefe23521b61e4e9cdd44f5d30b00c7eb95 | ||
msg355281 - (view) | Author: miss-islington (miss-islington) | Date: 2019-10-24 06:36 |
New changeset 0160a70acbd9c530802effdf320ab08c7132f4bf by Miss Skeleton (bot) in branch '3.7': bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) https://github.com/python/cpython/commit/0160a70acbd9c530802effdf320ab08c7132f4bf | ||
msg355282 - (view) | Author: miss-islington (miss-islington) | Date: 2019-10-24 06:37 |
New changeset d04661f9ca4a082a2dd9de52df687600d574407e by Miss Skeleton (bot) in branch '3.8': bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) https://github.com/python/cpython/commit/d04661f9ca4a082a2dd9de52df687600d574407e | ||
msg355341 - (view) | Author: Gregory P. Smith (gregory.p.smith) * ![]() |
Date: 2019-10-24 16:54 |
I'm marking this fixed, technically it still exists in 2.7. it'll be up to someone who cares about making a change to 2.7 to make a PR to go in there for the final release. It has existed so long, I doubt it matters there. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:59 | admin | set | github: 77529 |
2019-10-24 16:54:13 | gregory.p.smith | set | status: open -> closedversions: - Python 3.7, Python 3.8, Python 3.9messages: + resolution: fixedstage: patch review -> commit review |
2019-10-24 06:37:25 | miss-islington | set | messages: + |
2019-10-24 06:36:32 | miss-islington | set | messages: + |
2019-10-24 06:19:30 | miss-islington | set | pull_requests: + <pull%5Frequest16444> |
2019-10-24 06:19:24 | miss-islington | set | pull_requests: + <pull%5Frequest16443> |
2019-10-24 06:19:14 | miss-islington | set | nosy: + miss-islingtonmessages: + |
2019-10-24 05:59:59 | gregory.p.smith | set | versions: + Python 2.7 |
2019-10-24 05:59:52 | gregory.p.smith | set | assignee: gregory.p.smithnosy: + gregory.p.smith |
2019-10-24 05:56:26 | gregory.p.smith | link | issue32496 superseder |
2019-10-24 05:54:08 | gregory.p.smith | set | versions: + Python 3.9, - Python 3.6 |
2019-04-25 16:39:21 | thatch | set | nosy: + thatchmessages: + |
2018-04-24 12:42:07 | serhiy.storchaka | set | nosy: + serhiy.storchaka, yselivanov, lukasz.langa, benjamin.petersonmessages: + versions: + Python 3.6, Python 3.7, Python 3.8 |
2018-04-24 12:13:05 | zsol | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest6286> |
2018-04-24 12:11:17 | zsol | create |