<?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: Formatting a Simple Function in Python</title>
	<atom:link href="http://mathieu.fenniak.net/formatting-a-simple-function-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://mathieu.fenniak.net/formatting-a-simple-function-in-python/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 31 Mar 2009 04:37:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mark Eichin</title>
		<link>http://mathieu.fenniak.net/formatting-a-simple-function-in-python/comment-page-1/#comment-10</link>
		<dc:creator>Mark Eichin</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://stompstompstomp.com/weblog/entries/79#comment-10</guid>
		<description>I often find it useful to pair %(foo)s with the regexp construct (?P&lt;foo&gt;...) which lets you do the same kind of &quot;templating&quot; on the input side... it paid off in a recent project where I&#039;d done that for readability, and then had to add some horrible regexp changes to handle a special case - and didn&#039;t have to change any of the code after that point.</description>
		<content:encoded><![CDATA[<p>I often find it useful to pair %(foo)s with the regexp construct (?P&lt;foo&gt;&#8230;) which lets you do the same kind of &#8220;templating&#8221; on the input side&#8230; it paid off in a recent project where I&#8217;d done that for readability, and then had to add some horrible regexp changes to handle a special case &#8211; and didn&#8217;t have to change any of the code after that point.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
