<?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 2.7, JSON, and unicode</title>
	<atom:link href="http://thomas.apestaart.org/log/?p=1320&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://thomas.apestaart.org/log/?p=1320</link>
	<description>Present Perfect</description>
	<lastBuildDate>Tue, 21 May 2013 03:19:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: gabor</title>
		<link>http://thomas.apestaart.org/log/?p=1320&#038;cpage=1#comment-82722</link>
		<dc:creator>gabor</dc:creator>
		<pubDate>Wed, 04 May 2011 12:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.apestaart.org/log/?p=1320#comment-82722</guid>
		<description>i haven&#039;t tested it, but it seems to be fixed in python 2.7.1
(commit: http://hg.python.org/cpython/rev/a778b963eae3),
also changelog says (http://svn.python.org/projects/python/tags/r271/Misc/NEWS)
&quot;&quot;&quot;
json.loads() on str should always return unicode (regression
  from Python 2.6).
&quot;&quot;&quot;</description>
		<content:encoded><![CDATA[<p>i haven&#8217;t tested it, but it seems to be fixed in python 2.7.1<br />
(commit: <a href="http://hg.python.org/cpython/rev/a778b963eae3" rel="nofollow">http://hg.python.org/cpython/rev/a778b963eae3</a>),<br />
also changelog says (<a href="http://svn.python.org/projects/python/tags/r271/Misc/NEWS" rel="nofollow">http://svn.python.org/projects/python/tags/r271/Misc/NEWS</a>)<br />
&#8220;&#8221;"<br />
json.loads() on str should always return unicode (regression<br />
  from Python 2.6).<br />
&#8220;&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://thomas.apestaart.org/log/?p=1320&#038;cpage=1#comment-82205</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 25 Apr 2011 21:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://thomas.apestaart.org/log/?p=1320#comment-82205</guid>
		<description>Why not look at Python 3, where the unicode/str distinction has been abolished, in favour of using unicode strings throughout?</description>
		<content:encoded><![CDATA[<p>Why not look at Python 3, where the unicode/str distinction has been abolished, in favour of using unicode strings throughout?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
