<?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: Zope Sprint Reflections</title>
	<atom:link href="http://yergler.net/blog/2006/03/07/zope-sprint-reflections/feed/" rel="self" type="application/rss+xml" />
	<link>http://yergler.net/blog/2006/03/07/zope-sprint-reflections/</link>
	<description>...because eventually i'll be right...</description>
	<pubDate>Thu, 08 Jan 2009 14:01:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nathan</title>
		<link>http://yergler.net/blog/2006/03/07/zope-sprint-reflections/comment-page-1/#comment-3909</link>
		<dc:creator>nathan</dc:creator>
		<pubDate>Tue, 14 Mar 2006 12:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://yergler.net/blog/2006/03/07/zope-sprint-reflections/#comment-3909</guid>
		<description>Huh, I didn't realize that a setup.py script had to be run in the directory that contains it; that doesn't seem to be enforced... but good to know.  I can't remember exactly where in the story that need arose...maybe just a convenience.

And thanks for the hint on the argument interpolation; that _should_ make the list handling easier (why didn't I think of that?).</description>
		<content:encoded><![CDATA[<p>Huh, I didn&#8217;t realize that a setup.py script had to be run in the directory that contains it; that doesn&#8217;t seem to be enforced&#8230; but good to know.  I can&#8217;t remember exactly where in the story that need arose&#8230;maybe just a convenience.</p>
<p>And thanks for the hint on the argument interpolation; that <em>should</em> make the list handling easier (why didn&#8217;t I think of that?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip J. Eby</title>
		<link>http://yergler.net/blog/2006/03/07/zope-sprint-reflections/comment-page-1/#comment-3903</link>
		<dc:creator>Phillip J. Eby</dc:creator>
		<pubDate>Tue, 14 Mar 2006 07:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://yergler.net/blog/2006/03/07/zope-sprint-reflections/#comment-3903</guid>
		<description>Oh, one other quick comment...  instead of using "arg='%(somevar)s'" in the template, you should probably be using "arg=%(somevar)r", which will properly escape quotes and the like in the strings.  %r inserts the repr() of the value, instead of its string form, so you can also use it for the lists if you like, which may simplify some of your other code as well.

Anyway, cool stuff.  :)</description>
		<content:encoded><![CDATA[<p>Oh, one other quick comment&#8230;  instead of using &#8220;arg=&#8217;<span>(somevar)s&#8217;&#8221; in the template, you should probably be using &#8220;arg=</span>(somevar)r&#8221;, which will properly escape quotes and the like in the strings.  %r inserts the repr() of the value, instead of its string form, so you can also use it for the lists if you like, which may simplify some of your other code as well.</p>
<p>Anyway, cool stuff.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip J. Eby</title>
		<link>http://yergler.net/blog/2006/03/07/zope-sprint-reflections/comment-page-1/#comment-3902</link>
		<dc:creator>Phillip J. Eby</dc:creator>
		<pubDate>Tue, 14 Mar 2006 07:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://yergler.net/blog/2006/03/07/zope-sprint-reflections/#comment-3902</guid>
		<description>Just an FYI...  your setup.template.py file doesn't need to use the os.dirname(__file__) stuff; a distutils setup script *must always* be run with the current directory being the directory that contains it.  All kinds of bad things can and will happen if it's not, so it doesn't make any sense to do extra work in setup.py on the theory that the setup script might be somewhere else.  :)</description>
		<content:encoded><![CDATA[<p>Just an FYI&#8230;  your setup.template.py file doesn&#8217;t need to use the os.dirname(__file__) stuff; a distutils setup script <strong>must always</strong> be run with the current directory being the directory that contains it.  All kinds of bad things can and will happen if it&#8217;s not, so it doesn&#8217;t make any sense to do extra work in setup.py on the theory that the setup script might be somewhere else.  :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
