Issue1522211
Created on 2006-07-13 23:59 by collinwinter, last changed 2006-07-17 12:26 by collinwinter.
|
msg50695 - (view) |
Author: Collin Winter (collinwinter) |
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) |
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) |
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?
|
|
| Date |
User |
Action |
Args |
| 2006-07-13 23:59:09 | collinwinter | create | |
|