<?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: URL Checker</title>
	<atom:link href="http://blog.joshmarshall.org/2009/11/url-checker/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshmarshall.org/2009/11/url-checker/</link>
	<description>A blog about Python, web programming, and other encounters.</description>
	<lastBuildDate>Wed, 21 Sep 2011 06:04:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andres</title>
		<link>http://blog.joshmarshall.org/2009/11/url-checker/comment-page-1/#comment-80</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Tue, 30 Aug 2011 16:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshmarshall.org/2009/11/url-checker/#comment-80</guid>
		<description>I keep getting the following error message:


  File &quot;checkurls.py&quot;, line 14
    matches = re.findall(r&#039;http://[^s&quot;&#039;]+&#039;, text)
                                         ^
SyntaxError: invalid syntax</description>
		<content:encoded><![CDATA[<p>I keep getting the following error message:</p>
<p>  File &#8220;checkurls.py&#8221;, line 14<br />
    matches = re.findall(r&#8217;http://[^s"']+&#8217;, text)<br />
                                         ^<br />
SyntaxError: invalid syntax</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim A. Park</title>
		<link>http://blog.joshmarshall.org/2009/11/url-checker/comment-page-1/#comment-78</link>
		<dc:creator>Kim A. Park</dc:creator>
		<pubDate>Sat, 21 May 2011 20:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshmarshall.org/2009/11/url-checker/#comment-78</guid>
		<description>I&#039;m usually to running a blog and i really respect your content. The article has really peaks my interest. I&#039;m going to bookmark your website and hold checking for new information.</description>
		<content:encoded><![CDATA[<p>I&#8217;m usually to running a blog and i really respect your content. The article has really peaks my interest. I&#8217;m going to bookmark your website and hold checking for new information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 抓姦</title>
		<link>http://blog.joshmarshall.org/2009/11/url-checker/comment-page-1/#comment-77</link>
		<dc:creator>抓姦</dc:creator>
		<pubDate>Fri, 01 Apr 2011 06:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshmarshall.org/2009/11/url-checker/#comment-77</guid>
		<description>We now have go through a few using the subject material articles in your internet now, and i genuinely like your trend of jogging a blog. I further it to my favorites web site site file and probably examining spine again quickly. Make certain to analyze out my world wide web in addition and let me know what assume.&#124;Fantastic summary, actually genuinely similar to a internet site that We&#039;ve got. Keep in mind test it out sometime and sense totally free to go away me a comenet on it and tell me what assume that. Im typically uncover feedback.2</description>
		<content:encoded><![CDATA[<p>We now have go through a few using the subject material articles in your internet now, and i genuinely like your trend of jogging a blog. I further it to my favorites web site site file and probably examining spine again quickly. Make certain to analyze out my world wide web in addition and let me know what assume.|Fantastic summary, actually genuinely similar to a internet site that We&#8217;ve got. Keep in mind test it out sometime and sense totally free to go away me a comenet on it and tell me what assume that. Im typically uncover feedback.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuce</title>
		<link>http://blog.joshmarshall.org/2009/11/url-checker/comment-page-1/#comment-8</link>
		<dc:creator>yuce</dc:creator>
		<pubDate>Fri, 13 Nov 2009 22:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshmarshall.org/2009/11/url-checker/#comment-8</guid>
		<description>disqus ate my spaces, repeating; instead of:&lt;br&gt;&lt;br&gt;1. if code not in codes.keys():&lt;br&gt;2.     codes[code] = []&lt;br&gt;3. codes[code].append(url)&lt;br&gt;&lt;br&gt;You can use this one.&lt;br&gt;&lt;br&gt;codes.setdefault(code, []).append(url)</description>
		<content:encoded><![CDATA[<p>disqus ate my spaces, repeating; instead of:</p>
<p>1. if code not in codes.keys():<br />2.     codes[code] = []<br />3. codes[code].append(url)</p>
<p>You can use this one.</p>
<p>codes.setdefault(code, []).append(url)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuce</title>
		<link>http://blog.joshmarshall.org/2009/11/url-checker/comment-page-1/#comment-7</link>
		<dc:creator>yuce</dc:creator>
		<pubDate>Fri, 13 Nov 2009 22:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshmarshall.org/2009/11/url-checker/#comment-7</guid>
		<description>Here&#039;s a tip: instead of the following:&lt;br&gt;&lt;br&gt;if code not in codes.keys():&lt;br&gt;    codes[code] = []&lt;br&gt;codes[code].append(url)&lt;br&gt;&lt;br&gt;You can simply write:&lt;br&gt;&lt;br&gt;codes.setdefault(code, []).append(url)</description>
		<content:encoded><![CDATA[<p>Here&#39;s a tip: instead of the following:</p>
<p>if code not in codes.keys():<br />    codes[code] = []<br />codes[code].append(url)</p>
<p>You can simply write:</p>
<p>codes.setdefault(code, []).append(url)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

