<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Voting and the land of ice and snow.</title>
	<atom:link href="http://pieceofpy.com/2008/11/04/voting-and-the-land-of-ice-and-snow/feed/" rel="self" type="application/rss+xml" />
	<link>http://pieceofpy.com/2008/11/04/voting-and-the-land-of-ice-and-snow/</link>
	<description>Another python blog with a love for agile methods.</description>
	<lastBuildDate>Mon, 17 May 2010 19:03:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wayne</title>
		<link>http://pieceofpy.com/2008/11/04/voting-and-the-land-of-ice-and-snow/comment-page-1/#comment-38</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Wed, 05 Nov 2008 16:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://pieceofpy.com/?p=206#comment-38</guid>
		<description>Never looked at the doc string for filter before. Didn&#039;t know you could pass in None, always thought it needed a comparison method. Thanks Zach.

Also noted that filter will maintain type information for you. Pass in a string, get back a string. Pass in a tuple, get back a tuple. Very nice.</description>
		<content:encoded><![CDATA[<p>Never looked at the doc string for filter before. Didn&#8217;t know you could pass in None, always thought it needed a comparison method. Thanks Zach.</p>
<p>Also noted that filter will maintain type information for you. Pass in a string, get back a string. Pass in a tuple, get back a tuple. Very nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elblogg &#187; Blog Archive &#187; Should have guessed it</title>
		<link>http://pieceofpy.com/2008/11/04/voting-and-the-land-of-ice-and-snow/comment-page-1/#comment-37</link>
		<dc:creator>elblogg &#187; Blog Archive &#187; Should have guessed it</dc:creator>
		<pubDate>Wed, 05 Nov 2008 09:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://pieceofpy.com/?p=206#comment-37</guid>
		<description>[...] I had one of these realizations, while reading pieceofpy&#8217;s snippet of the [...]</description>
		<content:encoded><![CDATA[<p>[...] I had one of these realizations, while reading pieceofpy&#8217;s snippet of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Voase</title>
		<link>http://pieceofpy.com/2008/11/04/voting-and-the-land-of-ice-and-snow/comment-page-1/#comment-36</link>
		<dc:creator>Zachary Voase</dc:creator>
		<pubDate>Tue, 04 Nov 2008 23:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://pieceofpy.com/?p=206#comment-36</guid>
		<description>You know, all that list comprehension can just be done like this:

bar = filter(None, foo)

Filtering with None as the first argument just filters everything False out, which includes False, [], {}, 0, &#039;&#039; and None.</description>
		<content:encoded><![CDATA[<p>You know, all that list comprehension can just be done like this:</p>
<p>bar = filter(None, foo)</p>
<p>Filtering with None as the first argument just filters everything False out, which includes False, [], {}, 0, &#8221; and None.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
