<?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 for Chen Yufei's blog</title>
	<atom:link href="http://chenyufei.info/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://chenyufei.info/blog</link>
	<description>Keep your head about you while all those are losing theirs</description>
	<lastBuildDate>Sat, 02 Jan 2010 04:27:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Get the current module in Python by Solrex</title>
		<link>http://chenyufei.info/blog/2009-12-31/get-the-current-module-in-python/comment-page-1/#comment-706</link>
		<dc:creator>Solrex</dc:creator>
		<pubDate>Sat, 02 Jan 2010 04:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://chenyufei.info/blog/?p=290#comment-706</guid>
		<description>新年快乐！
我的博客地址由 .cn 变为 .org，有空的时候更新一下友情链接吧。</description>
		<content:encoded><![CDATA[<p>新年快乐！<br />
我的博客地址由 .cn 变为 .org，有空的时候更新一下友情链接吧。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get the current module in Python by GlacJAY</title>
		<link>http://chenyufei.info/blog/2009-12-31/get-the-current-module-in-python/comment-page-1/#comment-704</link>
		<dc:creator>GlacJAY</dc:creator>
		<pubDate>Thu, 31 Dec 2009 12:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://chenyufei.info/blog/?p=290#comment-704</guid>
		<description>我正想说呢，除了主模块外，__name__就行了。</description>
		<content:encoded><![CDATA[<p>我正想说呢，除了主模块外，__name__就行了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get the current module in Python by chenyufei</title>
		<link>http://chenyufei.info/blog/2009-12-31/get-the-current-module-in-python/comment-page-1/#comment-703</link>
		<dc:creator>chenyufei</dc:creator>
		<pubDate>Thu, 31 Dec 2009 10:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://chenyufei.info/blog/?p=290#comment-703</guid>
		<description>Yes. I just copied that solution without much thinking ...
&lt;a href=&quot;#comment-702&quot; rel=&quot;nofollow&quot;&gt;@E.T &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Yes. I just copied that solution without much thinking &#8230;<br />
<a href="#comment-702" rel="nofollow">@E.T </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get the current module in Python by E.T</title>
		<link>http://chenyufei.info/blog/2009-12-31/get-the-current-module-in-python/comment-page-1/#comment-702</link>
		<dc:creator>E.T</dc:creator>
		<pubDate>Thu, 31 Dec 2009 08:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://chenyufei.info/blog/?p=290#comment-702</guid>
		<description>import sys
modname = globals()[&#039;__name__&#039;]  #can this line be omitted?

module = sys.modules[__name__] #we can use __name__ directly, right?</description>
		<content:encoded><![CDATA[<p>import sys<br />
modname = globals()['__name__']  #can this line be omitted?</p>
<p>module = sys.modules[__name__] #we can use __name__ directly, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 更新 zsh 的 command hash table by chenyufei</title>
		<link>http://chenyufei.info/blog/2009-11-14/updating-zsh-command-hash-table/comment-page-1/#comment-579</link>
		<dc:creator>chenyufei</dc:creator>
		<pubDate>Mon, 23 Nov 2009 11:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://chenyufei.info/blog/?p=282#comment-579</guid>
		<description>没有，不过做了一点 Pylons 和 Django 的比较。觉得 Pylons 更适合我，也更喜欢 Pylons 的 approach。

话说不是文档里看到的，而是框架 virtualenv 的 activate 脚本里看到的。</description>
		<content:encoded><![CDATA[<p>没有，不过做了一点 Pylons 和 Django 的比较。觉得 Pylons 更适合我，也更喜欢 Pylons 的 approach。</p>
<p>话说不是文档里看到的，而是框架 virtualenv 的 activate 脚本里看到的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 更新 zsh 的 command hash table by GlacJAY</title>
		<link>http://chenyufei.info/blog/2009-11-14/updating-zsh-command-hash-table/comment-page-1/#comment-576</link>
		<dc:creator>GlacJAY</dc:creator>
		<pubDate>Sat, 21 Nov 2009 02:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://chenyufei.info/blog/?p=282#comment-576</guid>
		<description>终于知道这个了，不过居然是通过Python框架的文档知道的，太囧了。

现在有Pylons的需要了么？</description>
		<content:encoded><![CDATA[<p>终于知道这个了，不过居然是通过Python框架的文档知道的，太囧了。</p>
<p>现在有Pylons的需要了么？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 更新 zsh 的 command hash table by pidgin</title>
		<link>http://chenyufei.info/blog/2009-11-14/updating-zsh-command-hash-table/comment-page-1/#comment-568</link>
		<dc:creator>pidgin</dc:creator>
		<pubDate>Sat, 14 Nov 2009 16:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://chenyufei.info/blog/?p=282#comment-568</guid>
		<description>sorry, from man zshbuiltins
if u remember there is a command in bash with the same name -,-b</description>
		<content:encoded><![CDATA[<p>sorry, from man zshbuiltins<br />
if u remember there is a command in bash with the same name -,-b</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 更新 zsh 的 command hash table by pidgin</title>
		<link>http://chenyufei.info/blog/2009-11-14/updating-zsh-command-hash-table/comment-page-1/#comment-567</link>
		<dc:creator>pidgin</dc:creator>
		<pubDate>Sat, 14 Nov 2009 16:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://chenyufei.info/blog/?p=282#comment-567</guid>
		<description>hash [ -Ldfmrv ] [ name[=value] ] ...
              hash  can  be used to directly modify the contents of the command hash table, and the named directory hash table.  Nor‐
              mally one would modify these tables by modifying one&#039;s PATH (for the command hash table)  or  by  creating  appropriate
              shell  parameters  (for  the  named directory hash table).  The choice of hash table to work on is determined by the -d
              option; without the option the command hash table is used, and with the option the named directory hash table is used.</description>
		<content:encoded><![CDATA[<p>hash [ -Ldfmrv ] [ name[=value] ] &#8230;<br />
              hash  can  be used to directly modify the contents of the command hash table, and the named directory hash table.  Nor‐<br />
              mally one would modify these tables by modifying one&#8217;s PATH (for the command hash table)  or  by  creating  appropriate<br />
              shell  parameters  (for  the  named directory hash table).  The choice of hash table to work on is determined by the -d<br />
              option; without the option the command hash table is used, and with the option the named directory hash table is used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 我也来推荐 bpython by chenyufei</title>
		<link>http://chenyufei.info/blog/2009-11-12/recommend-bpython/comment-page-1/#comment-566</link>
		<dc:creator>chenyufei</dc:creator>
		<pubDate>Sat, 14 Nov 2009 15:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://chenyufei.info/blog/?p=262#comment-566</guid>
		<description>&lt;a href=&quot;#comment-565&quot; rel=&quot;nofollow&quot;&gt;@GlacJAY &lt;/a&gt; 
改过了……</description>
		<content:encoded><![CDATA[<p><a href="#comment-565" rel="nofollow">@GlacJAY </a><br />
改过了……</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 我也来推荐 bpython by GlacJAY</title>
		<link>http://chenyufei.info/blog/2009-11-12/recommend-bpython/comment-page-1/#comment-565</link>
		<dc:creator>GlacJAY</dc:creator>
		<pubDate>Sat, 14 Nov 2009 12:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://chenyufei.info/blog/?p=262#comment-565</guid>
		<description>话说得不自然啊，第二段是跟谁比哪</description>
		<content:encoded><![CDATA[<p>话说得不自然啊，第二段是跟谁比哪</p>
]]></content:encoded>
	</item>
</channel>
</rss>
