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

Finish updating zip docstring #48763

Closed
terryjreedy opened this issue Dec 4, 2008 · 2 comments
Closed

Finish updating zip docstring #48763

terryjreedy opened this issue Dec 4, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@terryjreedy
Copy link
Member

BPO 4513
Nosy @birkenfeld, @terryjreedy

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 = 'https://github.com/birkenfeld'
closed_at = <Date 2008-12-04.18:28:46.534>
created_at = <Date 2008-12-04.01:52:42.889>
labels = ['docs']
title = 'Finish updating zip docstring'
updated_at = <Date 2008-12-04.18:28:46.533>
user = 'https://github.com/terryjreedy'

bugs.python.org fields:

activity = <Date 2008-12-04.18:28:46.533>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-12-04.18:28:46.534>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2008-12-04.01:52:42.889>
creator = 'terry.reedy'
dependencies = []
files = []
hgrepos = []
issue_num = 4513
keywords = []
message_count = 2.0
messages = ['76862', '76914']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'terry.reedy']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue4513'
versions = ['Python 3.0']

@terryjreedy
Copy link
Member Author

>> help(zip) #3.0

class zip(object)
 |  zip(iter1 [,iter2 [...]]) --> zip object
 |  
 |  Return a zip object whose .__next__() method ... StopIteration.  

| Works like the zip()
| function but consumes less memory by returning an iterator instead of
| a list.

The last sentence is left over from when 3.0 zip was itertools.izip.
Just delete it.

@terryjreedy terryjreedy added the docs Documentation in the Doc dir label Dec 4, 2008
@birkenfeld
Copy link
Member

Fixed in r67529.

@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
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants