This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年11月06日 12:56 by ncoghlan, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg202265 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2013年11月06日 12:56 | |
In writing some new fixers for issue 17823, I noticed the 2/3 bridge grammar in lib2to3 was never updated to handle "yield from". This item is also missing from the checklist in the devguide: http://docs.python.org/devguide/grammar.html |
|||
| msg228396 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年10月03日 22:18 | |
Anybody volunteering but please don't look at me :) |
|||
| msg239860 - (view) | Author: Gregory P. Smith (gregory.p.smith) * (Python committer) | Date: 2015年04月01日 23:30 | |
This is blocking Python auto formatters from working properly on Python 3 syntax code. For example: https://github.com/google/yapf/issues/61 |
|||
| msg240125 - (view) | Author: Gregory P. Smith (gregory.p.smith) * (Python committer) | Date: 2015年04月05日 16:00 | |
This was fixed in 3.4.1: https://hg.python.org/cpython/log/094615256a54/Lib/lib2to3/Grammar.txt i'm leaving this open to update the devguide. |
|||
| msg257135 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2015年12月28日 22:10 | |
I created #25967 to keep track of the devguide issue, so I'm going to close this. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:53 | admin | set | github: 63710 |
| 2015年12月28日 22:10:16 | ezio.melotti | set | status: open -> closed resolution: fixed messages: + msg257135 stage: resolved |
| 2015年04月05日 16:00:10 | gregory.p.smith | set | messages: + msg240125 |
| 2015年04月01日 23:31:44 | gregory.p.smith | set | versions: - Python 2.7 |
| 2015年04月01日 23:31:30 | gregory.p.smith | set | versions: + Python 2.7 |
| 2015年04月01日 23:30:47 | gregory.p.smith | set | priority: low -> normal nosy: + gregory.p.smith messages: + msg239860 assignee: gregory.p.smith |
| 2014年10月03日 22:18:19 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg228396 versions: + Python 3.5, - Python 3.3 |
| 2013年11月06日 15:18:24 | meador.inge | set | nosy:
+ meador.inge |
| 2013年11月06日 12:56:51 | ncoghlan | create | |