[gentoo-portage-dev] [PATCH] Fix warning for lib2to3/fixes/fix_map.py

2008-08-15 Thread Ali Polatel
2to3 gives a warning while converting portage codebase using map¹ fix: RefactoringTool: Warnings/messages while refactoring: RefactoringTool: ### In file ./pym/portage/dbapi/porttree.py ### RefactoringTool: Line 266: You should use a for loop here This is a valid warning because map() will

Re: [gentoo-portage-dev] [PATCH] Fix warning for lib2to3/fixes/fix_map.py

2008-08-15 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ali Polatel wrote: 2to3 gives a warning while converting portage codebase using map¹ fix: RefactoringTool: Warnings/messages while refactoring: RefactoringTool: ### In file ./pym/portage/dbapi/porttree.py ### RefactoringTool: Line 266: You should