<?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: Ternary in Python: The Cover Beats the Original</title>
	<atom:link href="http://mihasya.com/blog/ternary-in-python-the-cover-beats-the-original/feed/" rel="self" type="application/rss+xml" />
	<link>http://mihasya.com/blog/ternary-in-python-the-cover-beats-the-original/</link>
	<description>good things now come in packages of three</description>
	<lastBuildDate>Sat, 23 Jul 2011 22:40:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Scott</title>
		<link>http://mihasya.com/blog/ternary-in-python-the-cover-beats-the-original/comment-page-1/#comment-3898</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 14 Oct 2010 14:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://mihasya.com/blog/?p=220#comment-3898</guid>
		<description>&lt;p&gt;sorry, poor text wrapping up there ^. It should be two statements with a comment at the end of each.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>sorry, poor text wrapping up there ^. It should be two statements with a comment at the end of each.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://mihasya.com/blog/ternary-in-python-the-cover-beats-the-original/comment-page-1/#comment-3897</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 14 Oct 2010 14:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://mihasya.com/blog/?p=220#comment-3897</guid>
		<description>&lt;p&gt;Found this one, slightly more concise:&lt;/p&gt;

&lt;p&gt;1==1 and &#039;a&#039; or &#039;b&#039;   # a
0==1 and &#039;a&#039; or &#039;b&#039;  # b&lt;/p&gt;

&lt;p&gt;cheers&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Found this one, slightly more concise:</p>

<p>1==1 and &#8216;a&#8217; or &#8216;b&#8217;   # a
0==1 and &#8216;a&#8217; or &#8216;b&#8217;  # b</p>

<p>cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

