Ray.Allen <ysj....@gmail.com> added the comment:

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.

----------
components: +Library (Lib)
keywords: +patch
nosy: +ysj.ray
Added file: http://bugs.python.org/file16814/issue_8292.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8292>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to