<?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: python contextmanagers, subprocesses, and an ascii spinner</title>
	<atom:link href="http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/</link>
	<description>Programming, gardening, economics, life in Cleveland Heights</description>
	<lastBuildDate>Sat, 04 Feb 2012 03:03:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Spanish Translation Products</title>
		<link>http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/comment-page-1/#comment-3459</link>
		<dc:creator>Spanish Translation Products</dc:creator>
		<pubDate>Sat, 23 Jan 2010 20:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tplus1.com/?p=385#comment-3459</guid>
		<description>You got a nice blog up there.</description>
		<content:encoded><![CDATA[<p>You got a nice blog up there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spanish Translation Products</title>
		<link>http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/comment-page-1/#comment-3138</link>
		<dc:creator>Spanish Translation Products</dc:creator>
		<pubDate>Sat, 23 Jan 2010 15:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tplus1.com/?p=385#comment-3138</guid>
		<description>You got a nice blog up there.</description>
		<content:encoded><![CDATA[<p>You got a nice blog up there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: North Carolina Furniture</title>
		<link>http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/comment-page-1/#comment-3133</link>
		<dc:creator>North Carolina Furniture</dc:creator>
		<pubDate>Sat, 23 Jan 2010 05:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tplus1.com/?p=385#comment-3133</guid>
		<description>I digged this for more news from you.&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;FERMINA NEIDA&lt;br&gt;______________________________________________</description>
		<content:encoded><![CDATA[<p>I digged this for more news from you.</p>
<p>Thanks<br />FERMINA NEIDA<br />______________________________________________</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kittens</title>
		<link>http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/comment-page-1/#comment-3038</link>
		<dc:creator>Kittens</dc:creator>
		<pubDate>Mon, 21 Dec 2009 16:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tplus1.com/?p=385#comment-3038</guid>
		<description>I really like your solution! I&#039;m going to rewrite my original one to&lt;br&gt;use multiprocessing instead, so that I don&#039;t need to worry about the&lt;br&gt;path to the external script.</description>
		<content:encoded><![CDATA[<p>I really like your solution! I&#39;m going to rewrite my original one to<br />use multiprocessing instead, so that I don&#39;t need to worry about the<br />path to the external script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tadalafil tablets</title>
		<link>http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/comment-page-1/#comment-2904</link>
		<dc:creator>Tadalafil tablets</dc:creator>
		<pubDate>Mon, 16 Nov 2009 09:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tplus1.com/?p=385#comment-2904</guid>
		<description>Very nice puthon post</description>
		<content:encoded><![CDATA[<p>Very nice puthon post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narzuty</title>
		<link>http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/comment-page-1/#comment-2249</link>
		<dc:creator>Narzuty</dc:creator>
		<pubDate>Wed, 02 Sep 2009 14:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tplus1.com/?p=385#comment-2249</guid>
		<description>thanks for sharing</description>
		<content:encoded><![CDATA[<p>thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wilson</title>
		<link>http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/comment-page-1/#comment-1940</link>
		<dc:creator>Matt Wilson</dc:creator>
		<pubDate>Fri, 31 Jul 2009 13:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tplus1.com/?p=385#comment-1940</guid>
		<description>That line is a comment, so python ignores it.  My text editor uses&lt;br&gt;that line to set some options.  Read up on vim modelines if you are&lt;br&gt;really interested.&lt;br&gt;&lt;br&gt;The important thing to remember is that python ignores comments, so&lt;br&gt;that line has no effect on the program.</description>
		<content:encoded><![CDATA[<p>That line is a comment, so python ignores it.  My text editor uses<br />that line to set some options.  Read up on vim modelines if you are<br />really interested.</p>
<p>The important thing to remember is that python ignores comments, so<br />that line has no effect on the program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design ny</title>
		<link>http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/comment-page-1/#comment-1939</link>
		<dc:creator>web design ny</dc:creator>
		<pubDate>Fri, 31 Jul 2009 12:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tplus1.com/?p=385#comment-1939</guid>
		<description>Hello all,&lt;br&gt;Can sonone tell me that what is the function of ts=4 sw=4 in the below linw of the code.&lt;br&gt;I did not know whats the funtion of it.Please help me in this matter.&lt;br&gt;# vim: set expandtab ts=4 sw=4 filetype=python:</description>
		<content:encoded><![CDATA[<p>Hello all,<br />Can sonone tell me that what is the function of ts=4 sw=4 in the below linw of the code.<br />I did not know whats the funtion of it.Please help me in this matter.<br /># vim: set expandtab ts=4 sw=4 filetype=python:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wilson</title>
		<link>http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/comment-page-1/#comment-1861</link>
		<dc:creator>Matt Wilson</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tplus1.com/?p=385#comment-1861</guid>
		<description>I really like your solution!  I&#039;m going to rewrite my original one to&lt;br&gt;use multiprocessing instead, so that I don&#039;t need to worry about the&lt;br&gt;path to the external script.&lt;br&gt;&lt;br&gt;Matt</description>
		<content:encoded><![CDATA[<p>I really like your solution!  I&#39;m going to rewrite my original one to<br />use multiprocessing instead, so that I don&#39;t need to worry about the<br />path to the external script.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Fosmark</title>
		<link>http://blog.tplus1.com/index.php/2009/07/08/python-contextmanagers-subprocesses-and-an-ascii-spinner/comment-page-1/#comment-1860</link>
		<dc:creator>Evan Fosmark</dc:creator>
		<pubDate>Thu, 09 Jul 2009 03:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tplus1.com/?p=385#comment-1860</guid>
		<description>Hey Matt, I wrote a response to this post on my website. I wrote it in a threaded formation rather than by using Popen. You can find it here: &lt;a href=&quot;http://www.evanfosmark.com/2009/07/single-process-ascii-spinner/&quot; rel=&quot;nofollow&quot;&gt;http://www.evanfosmark.com/2009/07/single-proce...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey Matt, I wrote a response to this post on my website. I wrote it in a threaded formation rather than by using Popen. You can find it here: <a href="http://www.evanfosmark.com/2009/07/single-process-ascii-spinner/" rel="nofollow"></a><a href="http://www.evanfosmark.com/2009/07/single-proce.." rel="nofollow">http://www.evanfosmark.com/2009/07/single-proce..</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

