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年02月24日 00:28 by georg.brandl, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (6) | |||
|---|---|---|---|
| msg62855 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年02月24日 00:28 | |
And make 2to3 recognize that, not putting a list() around them then. |
|||
| msg63800 - (view) | Author: David Wolever (wolever) * (Python committer) | Date: 2008年03月17日 22:54 | |
To clarify, 2to3 shouldn't wrap map, filter, zip in list() if they are imported from future_builtins. |
|||
| msg63866 - (view) | Author: David Wolever (wolever) * (Python committer) | Date: 2008年03月18日 03:16 | |
The 2to3 stuff relating to map is added in r61479. |
|||
| msg63973 - (view) | Author: David Wolever (wolever) * (Python committer) | Date: 2008年03月18日 19:28 | |
Filter has been fixed in r61546. |
|||
| msg64033 - (view) | Author: David Wolever (wolever) * (Python committer) | Date: 2008年03月19日 04:15 | |
Added to future_builtins in r61587. |
|||
| msg64038 - (view) | Author: David Wolever (wolever) * (Python committer) | Date: 2008年03月19日 04:59 | |
Ok, checked in the last piece -- fixer for filter -- in r61598. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | github: 46424 |
| 2008年03月19日 04:59:28 | wolever | set | status: open -> closed messages: + msg64038 |
| 2008年03月19日 04:15:19 | wolever | set | messages: + msg64033 |
| 2008年03月18日 22:04:44 | benjamin.peterson | set | nosy: + benjamin.peterson |
| 2008年03月18日 19:28:18 | wolever | set | messages: + msg63973 |
| 2008年03月18日 03:16:02 | wolever | set | messages: + msg63866 |
| 2008年03月17日 22:54:33 | wolever | set | nosy:
+ wolever messages: + msg63800 |
| 2008年02月24日 00:28:55 | georg.brandl | set | versions: + Python 2.6, - Python 3.0 |
| 2008年02月24日 00:28:33 | georg.brandl | create | |