[issue2759] Bool makes filter(None,it) redundant; remove None option?

Raymond Hettinger report at bugs.python.org
Sun May 4 21:48:55 CEST 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

It was deferred to me and I decided to keep the None argument as this 
is the standard way of spelling a missing argument.  Also, the None 
argument provides a pretty good clue that a special fast path is being 
taken.

----------
nosy: +rhettinger

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2759>
__________________________________


More information about the Python-bugs-list mailing list