<?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: RSS reader &#8211; Part One</title>
	<atom:link href="http://www.learningpython.com/2006/01/14/rss-reader-part-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningpython.com/2006/01/14/rss-reader-part-one/</link>
	<description>one man&#039;s journey into python...</description>
	<lastBuildDate>Sat, 18 May 2013 08:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: romaklimenko</title>
		<link>http://www.learningpython.com/2006/01/14/rss-reader-part-one/comment-page-1/#comment-155208</link>
		<dc:creator>romaklimenko</dc:creator>
		<pubDate>Sat, 26 Dec 2009 20:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=9#comment-155208</guid>
		<description>Thank you! It&#039;s very very very helpful )</description>
		<content:encoded><![CDATA[<p>Thank you! It&#8217;s very very very helpful )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cayson</title>
		<link>http://www.learningpython.com/2006/01/14/rss-reader-part-one/comment-page-1/#comment-133197</link>
		<dc:creator>Cayson</dc:creator>
		<pubDate>Mon, 26 Jan 2009 10:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=9#comment-133197</guid>
		<description>You should update this for Python 3.0.
Not much needs to be changed, just note that instead of;

&#124;&#124; import urllib2

you should use this;

&#124;&#124; import urllib.request

and instead of;

&#124;&#124; url_info = urllib2.urlopen(URL)

you should use this;

&#124;&#124; url_info = urllib.request.urlopen(URL)</description>
		<content:encoded><![CDATA[<p>You should update this for Python 3.0.<br />
Not much needs to be changed, just note that instead of;</p>
<p>|| import urllib2</p>
<p>you should use this;</p>
<p>|| import urllib.request</p>
<p>and instead of;</p>
<p>|| url_info = urllib2.urlopen(URL)</p>
<p>you should use this;</p>
<p>|| url_info = urllib.request.urlopen(URL)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wardley</title>
		<link>http://www.learningpython.com/2006/01/14/rss-reader-part-one/comment-page-1/#comment-410</link>
		<dc:creator>wardley</dc:creator>
		<pubDate>Tue, 20 Jun 2006 20:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=9#comment-410</guid>
		<description>Perfect pages... tnx</description>
		<content:encoded><![CDATA[<p>Perfect pages&#8230; tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garvyn</title>
		<link>http://www.learningpython.com/2006/01/14/rss-reader-part-one/comment-page-1/#comment-412</link>
		<dc:creator>garvyn</dc:creator>
		<pubDate>Tue, 20 Jun 2006 20:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=9#comment-412</guid>
		<description>Very needed information found here, thank you for your work</description>
		<content:encoded><![CDATA[<p>Very needed information found here, thank you for your work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: learning python &#187; Blog Archive &#187; RSS reader - Part Three - Generator Class</title>
		<link>http://www.learningpython.com/2006/01/14/rss-reader-part-one/comment-page-1/#comment-9</link>
		<dc:creator>learning python &#187; Blog Archive &#187; RSS reader - Part Three - Generator Class</dc:creator>
		<pubDate>Tue, 31 Jan 2006 04:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=9#comment-9</guid>
		<description>[...] Please remember to read part one and part two. [...]</description>
		<content:encoded><![CDATA[<p>[...] Please remember to read part one and part two. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
