<?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: Bypassing local server restrictions on Google App Engine</title>
	<atom:link href="http://aralbalkan.com/1440/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1440</link>
	<description>Changing the world through technology and oratory.</description>
	<pubDate>Fri, 09 Jan 2009 23:17:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aral</title>
		<link>http://aralbalkan.com/1440/comment-page-1#comment-203232</link>
		<dc:creator>Aral</dc:creator>
		<pubDate>Wed, 07 Jan 2009 19:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1440#comment-203232</guid>
		<description>Hey Guido,

I updated the post with your version and fixed your comment too. I should really state somewhere that people can use &lt;pre&gt;&#60;pre lang="python"&#62;&#60;/pre&#62;&lt;/pre&gt; in the comments.</description>
		<content:encoded><![CDATA[<p>Hey Guido,</p>
<p>I updated the post with your version and fixed your comment too. I should really state somewhere that people can use
<pre>&lt;pre lang="python"&gt;&lt;/pre&gt;</pre>
<p> in the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido van Rossum</title>
		<link>http://aralbalkan.com/1440/comment-page-1#comment-203225</link>
		<dc:creator>Guido van Rossum</dc:creator>
		<pubDate>Wed, 07 Jan 2009 18:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1440#comment-203225</guid>
		<description>Shit. The comment box messed up the whitespace, and there doesn't seem to be a preview feature or a way to turn that off.  Use View source to see what I meant.</description>
		<content:encoded><![CDATA[<p>Shit. The comment box messed up the whitespace, and there doesn&#8217;t seem to be a preview feature or a way to turn that off.  Use View source to see what I meant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido van Rossum</title>
		<link>http://aralbalkan.com/1440/comment-page-1#comment-203223</link>
		<dc:creator>Guido van Rossum</dc:creator>
		<pubDate>Wed, 07 Jan 2009 18:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1440#comment-203223</guid>
		<description>Why does the patch look like it deletes one line and inserts two, of which the latter is identical to the deleted line? It makes more sense to do this:

&lt;pre lang="python"&gt;
        for symbol in set(module.__dict__) - set(allowed_symbols):
          if not (symbol.startswith('__') and symbol.endswith('__')):
+           module.__dict__['old_'+symbol] = module.__dict__[symbol]
            del module.__dict__[symbol]
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Why does the patch look like it deletes one line and inserts two, of which the latter is identical to the deleted line? It makes more sense to do this:</p>
<pre lang="python">
        for symbol in set(module.__dict__) - set(allowed_symbols):
          if not (symbol.startswith('__') and symbol.endswith('__')):
+           module.__dict__['old_'+symbol] = module.__dict__[symbol]
            del module.__dict__[symbol]
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks about Server</title>
		<link>http://aralbalkan.com/1440/comment-page-1#comment-191272</link>
		<dc:creator>Bookmarks about Server</dc:creator>
		<pubDate>Tue, 21 Oct 2008 13:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1440#comment-191272</guid>
		<description>[...] - bookmarked by 6 members originally found by rodolfocalado on 2008-09-29  Bypassing local server restrictions on Google App Engine  http://aralbalkan.com/1440 - bookmarked by 1 members originally found by cvos on 2008-09-29  [...]</description>
		<content:encoded><![CDATA[<p>[...] - bookmarked by 6 members originally found by rodolfocalado on 2008-09-29  Bypassing local server restrictions on Google App Engine  <a href="http://aralbalkan.com/1440" rel="nofollow">http://aralbalkan.com/1440</a> - bookmarked by 1 members originally found by cvos on 2008-09-29  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
