[issue2365] Fixer for filter(None, ...) - filter(bool, ...)

2008-03-17 Thread Brett Cannon
New submission from Brett Cannon [EMAIL PROTECTED]: A fixer to go from filter(None, ..) to filter(bool, ..) is needed. -- assignee: collinwinter components: 2to3 (2.x to 3.0 conversion tool) keywords: 26backport messages: 63742 nosy: brett.cannon, collinwinter priority: immediate

[issue2365] Fixer for filter(None, ...) - filter(bool, ...)

2008-03-17 Thread Raymond Hettinger
Changes by Raymond Hettinger [EMAIL PROTECTED]: -- assignee: collinwinter - rhettinger nosy: +rhettinger __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2365 __ ___

[issue2365] Fixer for filter(None, ...) - filter(bool, ...)

2008-03-17 Thread Brett Cannon
Changes by Brett Cannon [EMAIL PROTECTED]: -- priority: immediate - urgent __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2365 __ ___ Python-bugs-list mailing list

[issue2365] Fixer for filter(None, ...) - filter(bool, ...)

2008-03-17 Thread Raymond Hettinger
Raymond Hettinger [EMAIL PROTECTED] added the comment: There was no change to filter(). It still accepts None. Hence, there is no need for a fixer. -- resolution: - invalid status: open - closed __ Tracker [EMAIL PROTECTED]