<?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: DBus-0.33 released</title>
	<atom:link href="http://www.j5live.com/2005/04/25/dbus-033-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.j5live.com/2005/04/25/dbus-033-released/</link>
	<description>Where the urethane hits the pavement</description>
	<lastBuildDate>Mon, 10 Oct 2011 13:34:18 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rjw</title>
		<link>http://www.j5live.com/2005/04/25/dbus-033-released/comment-page-1/#comment-1365</link>
		<dc:creator>rjw</dc:creator>
		<pubDate>Tue, 26 Apr 2005 08:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.martianrock.com/?p=52#comment-1365</guid>
		<description>Not being funny, but you&#039;ve used some odd spellings in the last few entries. Maybe get a spelll checker word press plugin or something? </description>
		<content:encoded><![CDATA[<p>Not being funny, but you&#8217;ve used some odd spellings in the last few entries. Maybe get a spelll checker word press plugin or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.j5live.com/2005/04/25/dbus-033-released/comment-page-1/#comment-1363</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 26 Apr 2005 03:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.martianrock.com/?p=52#comment-1363</guid>
		<description>Just took a look at the code, and it looks pretty good.  I noticed that you have some pretty bulky code for inserting values into a &quot;dictionary of lists of strings&quot;.  This is something where the dict.setdefault() method can come in handy.

It checks to see if a key is in the dictionary, and if not it sets the key to the given value.  So to insert a string, you&#039;d use something like this:

dict.setdefault(key, []).append(value)</description>
		<content:encoded><![CDATA[<p>Just took a look at the code, and it looks pretty good.  I noticed that you have some pretty bulky code for inserting values into a &#8220;dictionary of lists of strings&#8221;.  This is something where the dict.setdefault() method can come in handy.</p>
<p>It checks to see if a key is in the dictionary, and if not it sets the key to the given value.  So to insert a string, you&#8217;d use something like this:</p>
<p>dict.setdefault(key, []).append(value)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

