<?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 for Lennart Regebro: Plone consulting</title>
	<atom:link href="http://regebro.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://regebro.wordpress.com</link>
	<description>Plone is the community!</description>
	<pubDate>Sun, 18 May 2008 09:15:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on Python 3000 and compatibility by New project: python-incompatibility. Is Python 3.0 really incompatible? &#171; Lennart Regebro: Plone consulting</title>
		<link>http://regebro.wordpress.com/2007/06/23/python-3000-and-compatibility/#comment-518</link>
		<dc:creator>New project: python-incompatibility. Is Python 3.0 really incompatible? &#171; Lennart Regebro: Plone consulting</dc:creator>
		<pubDate>Fri, 16 May 2008 05:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://regebro.wordpress.com/2007/06/23/python-3000-and-compatibility/#comment-518</guid>
		<description>[...] control.Please run a test for me (it takes only minutes)Python and time zones: Fighting the beastPython 3000 and compatibilityWhy Python 2.6 and 3.0 compatibility would be a Very Good [...]</description>
		<content:encoded><![CDATA[<p>[...] control.Please run a test for me (it takes only minutes)Python and time zones: Fighting the beastPython 3000 and compatibilityWhy Python 2.6 and 3.0 compatibility would be a Very Good [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New project: python-incompatibility. Is Python 3.0 really incompatible? by Lennart Regebro</title>
		<link>http://regebro.wordpress.com/2008/05/15/new-project-python-incompatibility-is-python-30-really-incompatible/#comment-517</link>
		<dc:creator>Lennart Regebro</dc:creator>
		<pubDate>Fri, 16 May 2008 05:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://regebro.wordpress.com/?p=95#comment-517</guid>
		<description>You are right. I've tried to clarify (and fixed the spelling error), I hope that's better?</description>
		<content:encoded><![CDATA[<p>You are right. I&#8217;ve tried to clarify (and fixed the spelling error), I hope that&#8217;s better?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New project: python-incompatibility. Is Python 3.0 really incompatible? by James Justin Harrell</title>
		<link>http://regebro.wordpress.com/2008/05/15/new-project-python-incompatibility-is-python-30-really-incompatible/#comment-513</link>
		<dc:creator>James Justin Harrell</dc:creator>
		<pubDate>Thu, 15 May 2008 23:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://regebro.wordpress.com/?p=95#comment-513</guid>
		<description>"unicode_listerals" should be "unicode_literals"

At first I was confused because it seemed like you were saying, "Current Python code should work with Python 3.0", which I know is not true. Then I realized you were actually saying, "Python code can be written in such a way that it works with Python 2.6 and Python 3.0". That's pretty different. You're not very clear.

But it's great to see that this is possible. This should make transitioning much easier.</description>
		<content:encoded><![CDATA[<p>&#8220;unicode_listerals&#8221; should be &#8220;unicode_literals&#8221;</p>
<p>At first I was confused because it seemed like you were saying, &#8220;Current Python code should work with Python 3.0&#8243;, which I know is not true. Then I realized you were actually saying, &#8220;Python code can be written in such a way that it works with Python 2.6 and Python 3.0&#8243;. That&#8217;s pretty different. You&#8217;re not very clear.</p>
<p>But it&#8217;s great to see that this is possible. This should make transitioning much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New project: python-incompatibility. Is Python 3.0 really incompatible? by Lennart Regebro</title>
		<link>http://regebro.wordpress.com/2008/05/15/new-project-python-incompatibility-is-python-30-really-incompatible/#comment-512</link>
		<dc:creator>Lennart Regebro</dc:creator>
		<pubDate>Thu, 15 May 2008 20:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://regebro.wordpress.com/?p=95#comment-512</guid>
		<description>Yes, that's indeed the idea behind Python 3. My point is that Guido has been telling everybody that the subset that is compatible is so small that it's useless. That probably was true, but 2.6 has introduced more and more forward compatibility, and I don't think it's true anymore.

We'll see when we have a more complete set of tests.</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s indeed the idea behind Python 3. My point is that Guido has been telling everybody that the subset that is compatible is so small that it&#8217;s useless. That probably was true, but 2.6 has introduced more and more forward compatibility, and I don&#8217;t think it&#8217;s true anymore.</p>
<p>We&#8217;ll see when we have a more complete set of tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New project: python-incompatibility. Is Python 3.0 really incompatible? by Leroy Glinchy</title>
		<link>http://regebro.wordpress.com/2008/05/15/new-project-python-incompatibility-is-python-30-really-incompatible/#comment-511</link>
		<dc:creator>Leroy Glinchy</dc:creator>
		<pubDate>Thu, 15 May 2008 19:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://regebro.wordpress.com/?p=95#comment-511</guid>
		<description>I could be wrong, but I thought that the point of the python devs was to allow themselves the ability to break compatability. However, I doubt they'd break it deliberately. That is, they wanted to give themselves freedom to fix some long standing issues that only an api change could do. However, they found that there was less that needed changing than they thought. 

Alternatively, you need to write stricter tests. :)

I am talking out of my ass here. I don't really know. 

Thanks for posting the test results. It's nice to know that things are not broken more. I know there will be a day when we will find that our old versions of python are no longer supported on our platforms of choice.</description>
		<content:encoded><![CDATA[<p>I could be wrong, but I thought that the point of the python devs was to allow themselves the ability to break compatability. However, I doubt they&#8217;d break it deliberately. That is, they wanted to give themselves freedom to fix some long standing issues that only an api change could do. However, they found that there was less that needed changing than they thought. </p>
<p>Alternatively, you need to write stricter tests. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am talking out of my ass here. I don&#8217;t really know. </p>
<p>Thanks for posting the test results. It&#8217;s nice to know that things are not broken more. I know there will be a day when we will find that our old versions of python are no longer supported on our platforms of choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Please run a test for me (it takes only minutes) by Dutch</title>
		<link>http://regebro.wordpress.com/2008/05/09/please-run-a-test-for-me-it-takes-only-minutes/#comment-510</link>
		<dc:creator>Dutch</dc:creator>
		<pubDate>Thu, 15 May 2008 16:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://regebro.wordpress.com/?p=91#comment-510</guid>
		<description>OS: Linux hal9000.sc.maricopa.edu 2.6.24.5-85.fc8 #1 SMP Sat Apr 19 12:39:34 EDT 2008 i686 i686 i386 GNU/Linux
Platform: linux2
TZ: None
Config files: /etc/sysconfig/clock
time.tzname: MST:MST
Time zone file: '/etc/localtime'

[tztest 3.2]
Timezone found in /etc/sysconfig/clock
The time zone name is: America/Phoenix</description>
		<content:encoded><![CDATA[<p>OS: Linux hal9000.sc.maricopa.edu 2.6.24.5-85.fc8 #1 SMP Sat Apr 19 12:39:34 EDT 2008 i686 i686 i386 GNU/Linux<br />
Platform: linux2<br />
TZ: None<br />
Config files: /etc/sysconfig/clock<br />
time.tzname: MST:MST<br />
Time zone file: &#8216;/etc/localtime&#8217;</p>
<p>[tztest 3.2]<br />
Timezone found in /etc/sysconfig/clock<br />
The time zone name is: America/Phoenix</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Please allow u&#8221; in Python 3.0! by New project: python-incompatibility. Is Python 3.0 really incompatible? &#171; Lennart Regebro: Plone consulting</title>
		<link>http://regebro.wordpress.com/2008/03/19/please-allow-u-in-python-30/#comment-509</link>
		<dc:creator>New project: python-incompatibility. Is Python 3.0 really incompatible? &#171; Lennart Regebro: Plone consulting</dc:creator>
		<pubDate>Thu, 15 May 2008 11:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://regebro.wordpress.com/?p=71#comment-509</guid>
		<description>[...] demonstrate incompatibilities between Python 2.x and 3.0. I found only one major incompatibility, that 2.x requires u&#8221; for Unicode, but 3.0 doesn&#8217;t support it. This was solved in Python 2.6a3, which introduced a from __future__ import unicode_listerals, [...]</description>
		<content:encoded><![CDATA[<p>[...] demonstrate incompatibilities between Python 2.x and 3.0. I found only one major incompatibility, that 2.x requires u&#8221; for Unicode, but 3.0 doesn&#8217;t support it. This was solved in Python 2.6a3, which introduced a from __future__ import unicode_listerals, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thanks for the testing help + conclusions. by Jörgen Modin</title>
		<link>http://regebro.wordpress.com/2008/05/13/thanks-for-the-testing-help-conclusions/#comment-505</link>
		<dc:creator>Jörgen Modin</dc:creator>
		<pubDate>Tue, 13 May 2008 19:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://regebro.wordpress.com/?p=93#comment-505</guid>
		<description>I promise I could not see your comments when I posted the above comment :-)</description>
		<content:encoded><![CDATA[<p>I promise I could not see your comments when I posted the above comment <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thanks for the testing help + conclusions. by Jörgen Modin</title>
		<link>http://regebro.wordpress.com/2008/05/13/thanks-for-the-testing-help-conclusions/#comment-504</link>
		<dc:creator>Jörgen Modin</dc:creator>
		<pubDate>Tue, 13 May 2008 19:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://regebro.wordpress.com/?p=93#comment-504</guid>
		<description>I think you or somebody else should file bug reports with Ubuntu and Red Hat. This way it gets fixed once and for all.  Or maybe somebody reading this is patch savy enough when it comes to Linux and can do it?</description>
		<content:encoded><![CDATA[<p>I think you or somebody else should file bug reports with Ubuntu and Red Hat. This way it gets fixed once and for all.  Or maybe somebody reading this is patch savy enough when it comes to Linux and can do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thanks for the testing help + conclusions. by Lennart Regebro</title>
		<link>http://regebro.wordpress.com/2008/05/13/thanks-for-the-testing-help-conclusions/#comment-503</link>
		<dc:creator>Lennart Regebro</dc:creator>
		<pubDate>Tue, 13 May 2008 18:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://regebro.wordpress.com/?p=93#comment-503</guid>
		<description>Well, the backup plan it to make everybody set a TZ environment to Somewhere/Someplace. I think that already works, at least in trunk.

I might file a bug with Ubuntu, the problem being that it isn't really a bug, and btw, it only fixes the problem on Ubuntu. It's still stupidly complicated.</description>
		<content:encoded><![CDATA[<p>Well, the backup plan it to make everybody set a TZ environment to Somewhere/Someplace. I think that already works, at least in trunk.</p>
<p>I might file a bug with Ubuntu, the problem being that it isn&#8217;t really a bug, and btw, it only fixes the problem on Ubuntu. It&#8217;s still stupidly complicated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
