<?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"
	>
<channel>
	<title>Comments on: Cleaning out the inbox: Contracts, Typecheck and Lockfiles.</title>
	<atom:link href="http://jessenoller.com/2007/06/24/cleaning-out-the-inbox-contracts-typecheck-and-lockfiles/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessenoller.com/2007/06/24/cleaning-out-the-inbox-contracts-typecheck-and-lockfiles/</link>
	<description>python, programming and other things</description>
	<pubDate>Thu, 24 Jul 2008 05:39:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: jesse</title>
		<link>http://jessenoller.com/2007/06/24/cleaning-out-the-inbox-contracts-typecheck-and-lockfiles/#comment-100</link>
		<dc:creator>jesse</dc:creator>
		<pubDate>Sun, 24 Jun 2007 18:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/2007/06/24/cleaning-out-the-inbox-contracts-typecheck-and-lockfiles/#comment-100</guid>
		<description>Yes, but I'm biased, I can't use python 2.5 syntax/tools in my current projects.</description>
		<content:encoded><![CDATA[<p>Yes, but I&#8217;m biased, I can&#8217;t use python 2.5 syntax/tools in my current projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Collard</title>
		<link>http://jessenoller.com/2007/06/24/cleaning-out-the-inbox-contracts-typecheck-and-lockfiles/#comment-99</link>
		<dc:creator>Adam Collard</dc:creator>
		<pubDate>Sun, 24 Jun 2007 18:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/2007/06/24/cleaning-out-the-inbox-contracts-typecheck-and-lockfiles/#comment-99</guid>
		<description>Cuter still (pulled from lock_file's homepage):

&lt;code&gt;
from __future__ import with_statement

from lock_file import LockFile

with LockFile('/var/run/app.lock', wait = True):
    do_something_useful()
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Cuter still (pulled from lock_file&#8217;s homepage):</p>
<p><code><br />
from __future__ import with_statement</p>
<p>from lock_file import LockFile</p>
<p>with LockFile('/var/run/app.lock', wait = True):<br />
    do_something_useful()<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
