[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-24 Thread Gregory P. Smith
Gregory P. Smith added the comment: 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. -- resolution: ->

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-24 Thread miss-islington
miss-islington added the comment: 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 --

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-24 Thread miss-islington
miss-islington added the comment: 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 --

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-24 Thread miss-islington
miss-islington added the comment: New changeset 96b06aefe23521b61e4e9cdd44f5d30b00c7eb95 by Miss Skeleton (bot) (Zsolt Dollenstein) in branch 'master': bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +16444 pull_request: https://github.com/python/cpython/pull/16914 ___ Python tracker ___

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +16443 pull_request: https://github.com/python/cpython/pull/16913 ___ Python tracker ___

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-24 Thread Gregory P. Smith
Change by Gregory P. Smith : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-24 Thread Gregory P. Smith
Change by Gregory P. Smith : -- assignee: -> gregory.p.smith nosy: +gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-23 Thread Gregory P. Smith
Change by Gregory P. Smith : -- versions: +Python 3.9 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-04-25 Thread Tim Hatch
Tim Hatch added the comment: Also see discussion about divergence on issue36541 -- nosy: +thatch ___ Python tracker ___ ___

[issue33348] lib2to3 doesn't parse f(*[] or [])

2018-04-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : See related issue24176 and issue24791. -- nosy: +benjamin.peterson, lukasz.langa, serhiy.storchaka, yselivanov versions: +Python 3.6, Python 3.7, Python 3.8 ___ Python tracker

[issue33348] lib2to3 doesn't parse f(*[] or [])

2018-04-24 Thread Zsolt Dollenstein
Change by Zsolt Dollenstein : -- keywords: +patch pull_requests: +6286 stage: -> patch review ___ Python tracker ___

[issue33348] lib2to3 doesn't parse f(*[] or [])

2018-04-24 Thread Zsolt Dollenstein
Change by Zsolt Dollenstein : -- components: 2to3 (2.x to 3.x conversion tool) nosy: zsol priority: normal severity: normal status: open title: lib2to3 doesn't parse f(*[] or []) type: behavior ___ Python tracker