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.

Author ysj.ray
Recipients akuchling, lemburg, ysj.ray
Date 2010-04-08.06:55:44
SpamBayes Score 8.0408245e-06
Marked as misclassified No
Message-id <1270709748.35.0.273690712209.issue8292@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that the "Lib/lib2to3/fixes/fix_filter.py" should have fixed all the "filter" problem in py3k, by adding a "list()" call to "filter()". It's werid this one still exists in standar library. 

Also I found other two problems with "filter" in standar library. 
They make condition tests on filter object, although the result is correct, but I think it's not proper.

So I make a patch to fix these three problems.
History
Date User Action Args
2010-04-08 06:55:48ysj.raysetrecipients: + ysj.ray, lemburg, akuchling
2010-04-08 06:55:48ysj.raysetmessageid: <1270709748.35.0.273690712209.issue8292@psf.upfronthosting.co.za>
2010-04-08 06:55:46ysj.raylinkissue8292 messages
2010-04-08 06:55:45ysj.raycreate