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 2008年03月17日 19:55 by brett.cannon, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| i2367.patch | taicki, 2008年03月18日 22:58 | |||
| Messages (4) | |||
|---|---|---|---|
| msg63744 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年03月17日 19:55 | |
Py3K has some places where parentheses are now required (e.g., ``[x for x in 1, 2]`` to ``[x for x in (1, 2)``). A fixer is needed to handle the conversion. |
|||
| msg64010 - (view) | Author: Taek Joo Kim (taicki) * | Date: 2008年03月18日 22:58 | |
This patch handles the conversion. |
|||
| msg70461 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年07月31日 01:57 | |
How is this coming? |
|||
| msg71775 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年08月22日 20:41 | |
Thanks for the work! I reviewed the code, added support for generator expressions, and wrote a few more tests. Committed in r65981. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46620 |
| 2008年08月22日 20:41:47 | benjamin.peterson | set | status: open -> closed resolution: fixed messages: + msg71775 |
| 2008年07月31日 01:57:56 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages: + msg70461 |
| 2008年03月18日 22:58:39 | taicki | set | files:
+ i2367.patch keywords: + patch messages: + msg64010 nosy: + taicki |
| 2008年03月17日 20:18:30 | brett.cannon | set | priority: release blocker -> critical |
| 2008年03月17日 19:55:54 | brett.cannon | create | |