<?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: Updates from Python SVN, part 2</title>
	<atom:link href="http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/</link>
	<description>Everything considered harmful</description>
	<pubDate>Thu, 20 Nov 2008 12:54:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Lawrence</title>
		<link>http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/#comment-24819</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Wed, 14 Mar 2007 17:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/#comment-24819</guid>
		<description>&lt;p&gt;That's a great addition indeed but we shall be careful using it everywhere instead of the normal tuple because it's implemented in Python, not in C as the tuple() type.&lt;/p&gt;

&lt;p&gt;See: http://svn.python.org/view/python/trunk/Lib/collections.py?view=markup&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great addition indeed but we shall be careful using it everywhere instead of the normal tuple because it&#8217;s implemented in Python, not in C as the tuple() type.</p>

<p>See: <a href="http://svn.python.org/view/python/trunk/Lib/collections.py?view=markup" rel="nofollow">http://svn.python.org/view/pyt.....iew=markup</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: TZOTZIOY</title>
		<link>http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/#comment-24804</link>
		<dc:creator>TZOTZIOY</dc:creator>
		<pubDate>Wed, 14 Mar 2007 16:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/#comment-24804</guid>
		<description>&lt;p&gt;Many times I silently thank Raymond for additions that many people, including me, have considered useful but never took (or had) the time to advocate for them. The NamedTuple is one of them; I will finally be able to get rid of my TupleStruct and use something in the core. Thanks, Raymond!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Many times I silently thank Raymond for additions that many people, including me, have considered useful but never took (or had) the time to advocate for them. The NamedTuple is one of them; I will finally be able to get rid of my TupleStruct and use something in the core. Thanks, Raymond!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/#comment-24102</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Sun, 11 Mar 2007 20:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/#comment-24102</guid>
		<description>&lt;p&gt;@moreati: it's mostly for documentation purposes. See: http://docs.python.org/dev/lib/named-tuple-factory.html&lt;/p&gt;

&lt;p&gt;@Fuzzyman: :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@moreati: it&#8217;s mostly for documentation purposes. See: <a href="http://docs.python.org/dev/lib/named-tuple-factory.html" rel="nofollow">http://docs.python.org/dev/lib.....ctory.html</a></p>

<p>@Fuzzyman: <img src='http://www.oluyede.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: moreati</title>
		<link>http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/#comment-24098</link>
		<dc:creator>moreati</dc:creator>
		<pubDate>Sun, 11 Mar 2007 19:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/#comment-24098</guid>
		<description>&lt;p&gt;Thankyou, these heads up both informative and interesting. I have one query, in the line 
Point = NamedTuple(‘Point’, ‘x y’)
what is the purpose of the 1st argument, 'Point'?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thankyou, these heads up both informative and interesting. I have one query, in the line 
Point = NamedTuple(‘Point’, ‘x y’)
what is the purpose of the 1st argument, &#8216;Point&#8217;?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Fuzzyman</title>
		<link>http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/#comment-24074</link>
		<dc:creator>Fuzzyman</dc:creator>
		<pubDate>Sun, 11 Mar 2007 14:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/03/11/updates-from-python-svn-part-2/#comment-24074</guid>
		<description>&lt;p&gt;Lawrende - these summaries are &lt;em&gt;really&lt;/em&gt; useful and interesting. Thanks for the good work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Lawrende - these summaries are <em>really</em> useful and interesting. Thanks for the good work.</p>]]></content:encoded>
	</item>
</channel>
</rss>
