<?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: The Debuggerator: A Practical Intro to Decorators in Python</title>
	<atom:link href="http://caines.ca/blog/programming/the-debuggerator-a-practical-intro-to-decorators-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://caines.ca/blog/programming/the-debuggerator-a-practical-intro-to-decorators-in-python/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
	<description>Shell-Shocked Ramblings from the Trenches of Software Development</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:51:44 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hmp</title>
		<link>http://caines.ca/blog/programming/the-debuggerator-a-practical-intro-to-decorators-in-python/comment-page-1/#comment-73</link>
		<dc:creator>hmp</dc:creator>
		<pubDate>Sat, 02 Jan 2010 01:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://caines.ca/blog/?p=196#comment-73</guid>
		<description>You should use @functools.wraps(f) around the &#039;def wrapped&#039;, it preserves the wrapped function&#039;s name and other metadata - maybe not terribly important, but this is the way decorators are supposed to be used.</description>
		<content:encoded><![CDATA[<p>You should use @functools.wraps(f) around the &#8216;def wrapped&#8217;, it preserves the wrapped function&#8217;s name and other metadata &#8211; maybe not terribly important, but this is the way decorators are supposed to be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Challenging Patterns &#171; caines.ca/blog</title>
		<link>http://caines.ca/blog/programming/the-debuggerator-a-practical-intro-to-decorators-in-python/comment-page-1/#comment-28</link>
		<dc:creator>Challenging Patterns &#171; caines.ca/blog</dc:creator>
		<pubDate>Sun, 06 Dec 2009 02:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://caines.ca/blog/?p=196#comment-28</guid>
		<description>[...] of choice, but its prescribed implementation is different or entirely unnecessary.  For instance, python has decorators as a language feature, so some implementation of the Decorator pattern is simply [...]</description>
		<content:encoded><![CDATA[<p>[...] of choice, but its prescribed implementation is different or entirely unnecessary.  For instance, python has decorators as a language feature, so some implementation of the Decorator pattern is simply [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

