<?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: Split a file on any character in Python</title>
	<atom:link href="http://reliablybroken.com/b/2010/04/split-a-file-on-any-character-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://reliablybroken.com/b/2010/04/split-a-file-on-any-character-in-python/</link>
	<description>It&#039;s a blog: let&#039;s do funch!</description>
	<lastBuildDate>Sun, 13 May 2012 12:30:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Michael</title>
		<link>http://reliablybroken.com/b/2010/04/split-a-file-on-any-character-in-python/comment-page-1/#comment-7628</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 17 Jul 2011 21:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://reliablybroken.com/b/?p=437#comment-7628</guid>
		<description>&lt;p&gt;thanks! Also needed a script to extract my mail messages from Lotus...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks! Also needed a script to extract my mail messages from Lotus&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Claes Wallin</title>
		<link>http://reliablybroken.com/b/2010/04/split-a-file-on-any-character-in-python/comment-page-1/#comment-1122</link>
		<dc:creator>Claes Wallin</dc:creator>
		<pubDate>Tue, 14 Sep 2010 05:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://reliablybroken.com/b/?p=437#comment-1122</guid>
		<description>&lt;p&gt;Hehe, so now I have learned my New English Word Of The Day, thanks to you and the online Merriam-Webster. http://www.merriam-webster.com/dictionary/chuffed&lt;/p&gt;

&lt;p&gt;There is built-in UI functionality in Lotus Notes to compare two documents, it&#039;s in one of the included DLLs. However, it is not accessible from the UI unless you add a line in the .ini file defining a menu item to call the thing. Very weird, very typical Lotus Notes.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hehe, so now I have learned my New English Word Of The Day, thanks to you and the online Merriam-Webster. <a href="http://www.merriam-webster.com/dictionary/chuffed" rel="nofollow">http://www.merriam-webster.com/dictionary/chuffed</a></p>

<p>There is built-in UI functionality in Lotus Notes to compare two documents, it&#8217;s in one of the included DLLs. However, it is not accessible from the UI unless you add a line in the .ini file defining a menu item to call the thing. Very weird, very typical Lotus Notes.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://reliablybroken.com/b/2010/04/split-a-file-on-any-character-in-python/comment-page-1/#comment-1091</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 03 Sep 2010 20:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://reliablybroken.com/b/?p=437#comment-1091</guid>
		<description>&lt;p&gt;Rather chuffed that anyone would describe my efforts as Pythonic! What is the &quot;delta of 2 documents menu hack&quot;? I have a morbid fascination with Lotus Notes now that I no longer use it in anger.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rather chuffed that anyone would describe my efforts as Pythonic! What is the &#8220;delta of 2 documents menu hack&#8221;? I have a morbid fascination with Lotus Notes now that I no longer use it in anger.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Claes Wallin</title>
		<link>http://reliablybroken.com/b/2010/04/split-a-file-on-any-character-in-python/comment-page-1/#comment-1086</link>
		<dc:creator>Claes Wallin</dc:creator>
		<pubDate>Thu, 02 Sep 2010 12:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://reliablybroken.com/b/?p=437#comment-1086</guid>
		<description>&lt;p&gt;Thank for the offer, but my immediate problem is already solved. Just needed to diff some documents, and couldn&#039;t be bothered to set up the &quot;delta of 2 documents&quot; menu hack. :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank for the offer, but my immediate problem is already solved. Just needed to diff some documents, and couldn&#8217;t be bothered to set up the &#8220;delta of 2 documents&#8221; menu hack. :-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://reliablybroken.com/b/2010/04/split-a-file-on-any-character-in-python/comment-page-1/#comment-1081</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 01 Sep 2010 17:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://reliablybroken.com/b/?p=437#comment-1081</guid>
		<description>&lt;p&gt;The complete script parsed the message headers to create filenames containing the date and subject. E-mail me if you want it, david@gasmark6.com&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The complete script parsed the message headers to create filenames containing the date and subject. E-mail me if you want it, <a href="mailto:david@gasmark6.com">david@gasmark6.com</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Claes Wallin</title>
		<link>http://reliablybroken.com/b/2010/04/split-a-file-on-any-character-in-python/comment-page-1/#comment-1080</link>
		<dc:creator>Claes Wallin</dc:creator>
		<pubDate>Wed, 01 Sep 2010 17:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://reliablybroken.com/b/?p=437#comment-1080</guid>
		<description>&lt;p&gt;Haha! Quite a surprise to find that the first search result on splitting files on a character wanted to split Lotus Notes structured text files, just like me! I like your solution; Very elegant, very pythonic.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Haha! Quite a surprise to find that the first search result on splitting files on a character wanted to split Lotus Notes structured text files, just like me! I like your solution; Very elegant, very pythonic.</p>]]></content:encoded>
	</item>
</channel>
</rss>

