<?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: How to Properly Sort Strings Containing Numbers in Python</title>
	<atom:link href="http://code.hammerpig.com/how-to-properly-sort-strings-containing-numbers-in-python.html/feed" rel="self" type="application/rss+xml" />
	<link>http://code.hammerpig.com/how-to-properly-sort-strings-containing-numbers-in-python.html</link>
	<description>Tips and short tutorials on various programming technologies</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:17:05 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Amit</title>
		<link>http://code.hammerpig.com/how-to-properly-sort-strings-containing-numbers-in-python.html/comment-page-1#comment-218</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 05 Feb 2009 17:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=470#comment-218</guid>
		<description>Thanks very much for providing this code. I find it useful. I have discovered two issues with it:

-There are four lines of unit tests that do not contain a comparison operator.
-Uppercase strings seem to be sorted such that they come before lowercase strings. For example, compare &#039;M List&#039; and &#039;h80&#039;, with the former coming before. Why is this? It might have been better to do case independent sorting.

Please email me if the script is updated. My email is:
&#039;axmyiyty.ybxexlxaynxix@xhzoxtymxayixly.xcyozmx&#039;[::2]

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks very much for providing this code. I find it useful. I have discovered two issues with it:</p>
<p>-There are four lines of unit tests that do not contain a comparison operator.<br />
-Uppercase strings seem to be sorted such that they come before lowercase strings. For example, compare &#8216;M List&#8217; and &#8216;h80&#8242;, with the former coming before. Why is this? It might have been better to do case independent sorting.</p>
<p>Please email me if the script is updated. My email is:<br />
&#8216;axmyiyty.ybxexlxaynxix@xhzoxtymxayixly.xcyozmx&#8217;[::2]</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

