<?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"
	>
<channel>
	<title>Comments on: Proper Exception&#160;Handling</title>
	<atom:link href="http://www.magpiebrain.com/blog/2003/11/21/proper-exception-handling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magpiebrain.com/blog/2003/11/21/proper-exception-handling/</link>
	<description>Sam Newman's blog</description>
	<pubDate>Mon, 06 Oct 2008 23:40:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Simon Brunning</title>
		<link>http://www.magpiebrain.com/blog/2003/11/21/proper-exception-handling/#comment-98</link>
		<dc:creator>Simon Brunning</dc:creator>
		<pubDate>Mon, 24 Nov 2003 16:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2003/11/21/proper-exception-handling/#comment-98</guid>
		<description>I find the difference in philosophy between Java and Python in terms of exception handling interesting.

In brief, all Python exceptions are unchecked, and it’s quite normal to use exceptions for controlling program flow – they aren’t all that, well, exceptional.
</description>
		<content:encoded><![CDATA[<p>I find the difference in philosophy between Java and Python in terms of exception handling interesting.</p>
<p>In brief, all Python exceptions are unchecked, and it’s quite normal to use exceptions for controlling program flow – they aren’t all that, well, exceptional.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
