<?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: Operator Overload! Learn how to change the behavior of equality operators.</title>
	<atom:link href="http://www.learningpython.com/2008/06/21/operator-overload-learn-how-to-change-the-behavior-of-equality-operators/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningpython.com/2008/06/21/operator-overload-learn-how-to-change-the-behavior-of-equality-operators/</link>
	<description>one man's journey into python...</description>
	<lastBuildDate>Thu, 27 May 2010 10:43:57 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thejaswi Raya</title>
		<link>http://www.learningpython.com/2008/06/21/operator-overload-learn-how-to-change-the-behavior-of-equality-operators/comment-page-1/#comment-152839</link>
		<dc:creator>Thejaswi Raya</dc:creator>
		<pubDate>Fri, 06 Nov 2009 02:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=76#comment-152839</guid>
		<description>This was a simple and crisp explanation. Thanks!
I had a query though:

student_one = Student(&quot;Mark Mruss&quot;, 067213)
student_two = Student(&quot;Guido van Rossum&quot;, 000001)
student_three = Student(&quot;Mark Mruss&quot;, 000001)

print (student_one == student_three)

Shouldn&#039;t it print False since the student_number variables are different? Or is it a typo in the tutorial?

~m.a.v.e.r.i.c.k</description>
		<content:encoded><![CDATA[<p>This was a simple and crisp explanation. Thanks!<br />
I had a query though:</p>
<p>student_one = Student(&#8221;Mark Mruss&#8221;, 067213)<br />
student_two = Student(&#8221;Guido van Rossum&#8221;, 000001)<br />
student_three = Student(&#8221;Mark Mruss&#8221;, 000001)</p>
<p>print (student_one == student_three)</p>
<p>Shouldn&#8217;t it print False since the student_number variables are different? Or is it a typo in the tutorial?</p>
<p>~m.a.v.e.r.i.c.k</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://www.learningpython.com/2008/06/21/operator-overload-learn-how-to-change-the-behavior-of-equality-operators/comment-page-1/#comment-152139</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Thu, 22 Oct 2009 11:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=76#comment-152139</guid>
		<description>This was really nice explanation.
Thanks

Praveen
India</description>
		<content:encoded><![CDATA[<p>This was really nice explanation.<br />
Thanks</p>
<p>Praveen<br />
India</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blue</title>
		<link>http://www.learningpython.com/2008/06/21/operator-overload-learn-how-to-change-the-behavior-of-equality-operators/comment-page-1/#comment-149592</link>
		<dc:creator>Blue</dc:creator>
		<pubDate>Mon, 17 Aug 2009 07:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=76#comment-149592</guid>
		<description>Hi,
This is one of the finest and simplest explanation I found of operator overloading in Python. Really very well written and explained.

Thanks so much!
Blue</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This is one of the finest and simplest explanation I found of operator overloading in Python. Really very well written and explained.</p>
<p>Thanks so much!<br />
Blue</p>
]]></content:encoded>
	</item>
</channel>
</rss>
