<?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: Singleton: my use-case for class decorators</title>
	<atom:link href="http://www.algorithm.co.il/blogs/programming/python/singleton-my-use-case-for-class-decorators/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.algorithm.co.il/blogs/programming/singleton-my-use-case-for-class-decorators/</link>
	<description>Algorithms, for the heck of it</description>
	<lastBuildDate>Tue, 21 Jun 2011 21:07:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: lorg</title>
		<link>http://www.algorithm.co.il/blogs/programming/singleton-my-use-case-for-class-decorators/#comment-129</link>
		<dc:creator>lorg</dc:creator>
		<pubDate>Sun, 01 Jun 2008 18:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.algorithm.co.il/blogs/index.php/programming/python/singleton-my-use-case-for-class-decorators/#comment-129</guid>
		<description>I refer to singletons such as DefaultArg and Undefined which I wrote about. Python&#039;s built-in NotImplemented is also an example. Are you suggesting that these should be modules? Am I missing something here?</description>
		<content:encoded><![CDATA[<p>I refer to singletons such as DefaultArg and Undefined which I wrote about. Python&#8217;s built-in NotImplemented is also an example. Are you suggesting that these should be modules? Am I missing something here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.algorithm.co.il/blogs/programming/singleton-my-use-case-for-class-decorators/#comment-128</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 24 May 2008 21:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.algorithm.co.il/blogs/index.php/programming/python/singleton-my-use-case-for-class-decorators/#comment-128</guid>
		<description>Python already has singletons built-in: they&#039;re called modules.  For any job which requires precisely one instance of a thing, module semantics will get you precisely what you need.</description>
		<content:encoded><![CDATA[<p>Python already has singletons built-in: they&#8217;re called modules.  For any job which requires precisely one instance of a thing, module semantics will get you precisely what you need.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

