<?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: Download of the day: Python 3.0</title> <atom:link href="http://www.cyberciti.biz/tips/download-python-3.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/download-python-3.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 11:41:05 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Mark</title><link>http://www.cyberciti.biz/tips/download-python-3.html#comment-146152</link> <dc:creator>Mark</dc:creator> <pubDate>Thu, 11 Dec 2008 09:20:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3766#comment-146152</guid> <description>It&#039;s worth pointing out that there are features used in a lot of Python code that won&#039;t work any more after the transition from 2.x to 3. For example print is now a function (print(x)) rather than a statement (print x) and this will break your code if you use it. Migration tools exist, and seem to be very useful, but obviously migration needs to be done with caution.</description> <content:encoded><![CDATA[<p>It&#8217;s worth pointing out that there are features used in a lot of Python code that won&#8217;t work any more after the transition from 2.x to 3. For example print is now a function (print(x)) rather than a statement (print x) and this will break your code if you use it. Migration tools exist, and seem to be very useful, but obviously migration needs to be done with caution.</p> ]]></content:encoded> </item> </channel> </rss>
