[Patches] [ python-Patches-1522211 ] Improve docs for filter()

SourceForge.net noreply at sourceforge.net
Fri Jul 14 05:26:16 CEST 2006


Patches item #1522211, was opened at 2006-07-13 18:59
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1522211&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.5
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Collin Winter (collinwinter)
Assigned to: Raymond Hettinger (rhettinger)
Summary: Improve docs for filter()

Initial Comment:
The attached patch augments the documentation for
filter() by detailing how filter() treats subclasses of
str, unicode and tuple.

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2006-07-13 22:26

Message:
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.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1522211&group_id=5470


More information about the Patches mailing list