Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add map, filter, zip to future_builtins #46424

Closed
birkenfeld opened this issue Feb 24, 2008 · 6 comments
Closed

Add map, filter, zip to future_builtins #46424

birkenfeld opened this issue Feb 24, 2008 · 6 comments
Labels
extension-modules C modules in the Modules dir topic-2to3 type-bug An unexpected behavior, bug, or error

Comments

@birkenfeld
Copy link
Member

BPO 2171
Nosy @birkenfeld, @benjaminp, @wolever

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-03-19.04:59:28.054>
created_at = <Date 2008-02-24.00:28:33.826>
labels = ['extension-modules', 'type-bug', 'expert-2to3']
title = 'Add map, filter, zip to future_builtins'
updated_at = <Date 2008-03-19.04:59:28.053>
user = 'https://github.com/birkenfeld'

bugs.python.org fields:

activity = <Date 2008-03-19.04:59:28.053>
actor = 'wolever'
assignee = 'collinwinter'
closed = True
closed_date = <Date 2008-03-19.04:59:28.054>
closer = 'wolever'
components = ['Extension Modules', '2to3 (2.x to 3.x conversion tool)']
creation = <Date 2008-02-24.00:28:33.826>
creator = 'georg.brandl'
dependencies = []
files = []
hgrepos = []
issue_num = 2171
keywords = []
message_count = 6.0
messages = ['62855', '63800', '63866', '63973', '64033', '64038']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'collinwinter', 'benjamin.peterson', 'wolever']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue2171'
versions = ['Python 2.6']

@birkenfeld
Copy link
Member Author

And make 2to3 recognize that, not putting a list() around them then.

@birkenfeld birkenfeld added extension-modules C modules in the Modules dir topic-2to3 type-bug An unexpected behavior, bug, or error labels Feb 24, 2008
@wolever
Copy link
Member

wolever commented Mar 17, 2008

To clarify, 2to3 shouldn't wrap map, filter, zip in list() if they are
imported from future_builtins.

@wolever
Copy link
Member

wolever commented Mar 18, 2008

The 2to3 stuff relating to map is added in r61479.

@wolever
Copy link
Member

wolever commented Mar 18, 2008

Filter has been fixed in r61546.

@wolever
Copy link
Member

wolever commented Mar 19, 2008

Added to future_builtins in r61587.

@wolever
Copy link
Member

wolever commented Mar 19, 2008

Ok, checked in the last piece -- fixer for filter -- in r61598.

@wolever wolever closed this as completed Mar 19, 2008
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir topic-2to3 type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants