<?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: Python &#8211; Fixing SyntaxError: &#8216;return&#8217; with argument inside generator</title>
	<atom:link href="http://www.answermysearches.com/python-fixing-syntaxerror-return-with-argument-inside-generator/354/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.answermysearches.com/python-fixing-syntaxerror-return-with-argument-inside-generator/354/</link>
	<description>Answers to everything I search for, every day</description>
	<lastBuildDate>Tue, 22 Nov 2011 08:57:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg Pinero (Primary Searcher)</title>
		<link>http://www.answermysearches.com/python-fixing-syntaxerror-return-with-argument-inside-generator/354/comment-page-1/#comment-48435</link>
		<dc:creator>Greg Pinero (Primary Searcher)</dc:creator>
		<pubDate>Wed, 26 Mar 2008 14:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.answermysearches.com/python-fixing-syntaxerror-return-with-argument-inside-generator/354/#comment-48435</guid>
		<description>Jonathan, you are correct.  I wanted to include it to show how a return in a generator would look in case you&#039;re doing something more complex.  For example wanting to return from inside a loop at a certain point.</description>
		<content:encoded><![CDATA[<p>Jonathan, you are correct.  I wanted to include it to show how a return in a generator would look in case you&#8217;re doing something more complex.  For example wanting to return from inside a loop at a certain point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Ballet</title>
		<link>http://www.answermysearches.com/python-fixing-syntaxerror-return-with-argument-inside-generator/354/comment-page-1/#comment-48429</link>
		<dc:creator>Jonathan Ballet</dc:creator>
		<pubDate>Wed, 26 Mar 2008 14:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.answermysearches.com/python-fixing-syntaxerror-return-with-argument-inside-generator/354/#comment-48429</guid>
		<description>You can even remove the &quot;return&quot; statement in the second example, it is not needed at all.</description>
		<content:encoded><![CDATA[<p>You can even remove the &#8220;return&#8221; statement in the second example, it is not needed at all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

