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.

classification
Title: itertools documentation still contains references to ifilterfalse and izip_longest
Type: Stage:
Components: Documentation Versions: Python 3.1, Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: alex.morega, georg.brandl
Priority: normal Keywords:

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) * (Python committer) Date: 2009-08-13 09:16
Thanks, fixed in r74398.
History
Date User Action Args
2022-04-11 14:56:51adminsetgithub: 50943
2009-08-13 09:16:45georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg91519
2009-08-13 09:04:08alex.moregacreate