<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>McFang - Exercising Futility &#187; Python</title>
	<atom:link href="http://blog.mcfang.com/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mcfang.com</link>
	<description>Posting drivel that is not of interest to anyone.</description>
	<lastBuildDate>Wed, 02 Jun 2010 02:08:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Bittorrent can&#8217;t load fastresume data</title>
		<link>http://blog.mcfang.com/2008/06/20/bittorrent-cant-load-fastresume-data/</link>
		<comments>http://blog.mcfang.com/2008/06/20/bittorrent-cant-load-fastresume-data/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 00:39:11 +0000</pubDate>
		<dc:creator>mcfang</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Bittorrent]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://mcfang.com/blog/?p=20</guid>
		<description><![CDATA[Testing the Bittorrent CLI client I noticed an error &#8220;can&#8217;t load fastresume data&#8221;. This was forcing it to rescan the entire data before resuming the torrent &#8211; even if nothing had changed since the previous run. A bit of searching found this solution: change file /usr/lib/python2.5/site-packages/BitTorrent/Storage.py modify line 216 str(os.path.getmtime(filename)) + '\n') to str(int(os.path.getmtime(filename))) + [...]]]></description>
		<wfw:commentRss>http://blog.mcfang.com/2008/06/20/bittorrent-cant-load-fastresume-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
