Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.glorb.com!news-out.octanews.net!indigo.octanews.net!auth.brown.octanews.com.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.python Subject: Re: Argument of the bool function References: <4d9f374b$0$12803$426a34cc@news.free.fr> <4da1a8b5$0$23679$426a74cc@news.free.fr> Date: Mon, 25 Apr 2011 16:26:37 -0700 Message-ID: <7x8vuxq5ea.fsf@ruckus.brouhaha.com> Organization: Nightsong/Fort GNOX User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:WD40IH0Tl8drh77l50mF+NU42V8= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 4 NNTP-Posting-Date: 25 Apr 2011 18:26:37 CDT X-Complaints-To: abuse@octanews.net Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4007 Chris Angelico writes: > results = [function() for function in actions] results = map(apply, actions)