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: Improve docs for filter()
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: collinwinter, rhettinger
Priority: normal Keywords: patch

Created on 2006-07-13 23:59 by collinwinter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
detail_filter_implementation.patch collinwinter, 2006-07-13 23:59 Against r50627
Messages (3)
msg50695 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2006-07-13 23:59
The attached patch augments the documentation for
filter() by detailing how filter() treats subclasses of
str, unicode and tuple.
msg50696 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2006-07-14 03:26
Logged In: YES 
user_id=80475

Sorry, no thanks.  This does not make the docs better.  It 
makes it harder to understand the general operation of 
filter() and goes into implementation specific details 
which may not apply to other implementations of Python.

msg50697 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2006-07-17 12:26
Logged In: YES 
user_id=1344176

Would you support adding this information as a footnote to
filter(), or perhaps somewhere else in the manual (if so,
where?), or would you prefer that this part of filter()'s
behaviour remain undocumented?
History
Date User Action Args
2022-04-11 14:56:18adminsetgithub: 43672
2006-07-13 23:59:09collinwintercreate