<?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: Algorithms in Python: Binary Operations</title>
	<atom:link href="http://blog.madpython.com/2010/07/17/algorithms-in-python-binary-operations/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.madpython.com/2010/07/17/algorithms-in-python-binary-operations/</link>
	<description>Watch out.. he's angry</description>
	<lastBuildDate>Wed, 14 Dec 2011 02:03:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bob</title>
		<link>http://blog.madpython.com/2010/07/17/algorithms-in-python-binary-operations/comment-page-1/#comment-162</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 05 Jan 2011 21:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.madpython.com/?p=131#comment-162</guid>
		<description>eval(&quot;0b%s&quot; % bin_a)
should be written as
int(bin_a, 2)</description>
		<content:encoded><![CDATA[<p>eval(&#8220;0b%s&#8221; % bin_a)<br />
should be written as<br />
int(bin_a, 2)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

