Issue 6694: itertools documentation still contains references to ifilterfalse and izip_longest (original) (raw)
Issue6694
Created on 2009-08-13 09:04 by alex.morega, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg91518 - (view) | Author: Alex Morega (alex.morega) | Date: 2009-08-13 09:04 |
The pages http://docs.python.org/dev/py3k/library/itertools.html and http://docs.python.org/3.1/library/itertools.html contain the names "ifilterfalse" and "izip_longest" in code examples for the "filterfalse" and "zip_longest" functions. | ||
msg91519 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2009-08-13 09:16 |
Thanks, fixed in r74398. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:51 | admin | set | github: 50943 |
2009-08-13 09:16:45 | georg.brandl | set | status: open -> closedresolution: fixedmessages: + |
2009-08-13 09:04:08 | alex.morega | create |