<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rocker &#187; Enhancement</title>
	<atom:link href="http://www.shishirsharma.com/tag/enhancement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shishirsharma.com</link>
	<description>Everything bloggable around Shishir Sharma.</description>
	<lastBuildDate>Fri, 06 Jan 2012 09:47:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Python gives birth to a baby</title>
		<link>http://www.shishirsharma.com/2008/07/23/python-gives-birth-to-a-baby/</link>
		<comments>http://www.shishirsharma.com/2008/07/23/python-gives-birth-to-a-baby/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 17:27:32 +0000</pubDate>
		<dc:creator>Shishir Sharma 'criss'</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Enhancement]]></category>
		<category><![CDATA[Py3k]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Python 3000]]></category>

		<guid isPermaLink="false">http://shishirsharma.com/wp/?p=12</guid>
		<description><![CDATA[Well our old friend Python have a good news to share. Python Enhancement Proposal 3000 (pep 3ooo) states that py3k project will lead to a new version of python which will be no longer compatible to 2.x. The original pep &#8230; <a href="http://www.shishirsharma.com/2008/07/23/python-gives-birth-to-a-baby/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well our old friend Python have a good news to share. Python Enhancement Proposal 3000 (pep 3ooo) states that py3k project will lead to a new version of python which will be no longer compatible to 2.x.</p>
<p>The original pep 3ooo was written in Apr 2006, and since then developers are constantly improving the language.<br />
<span id="more-12"></span><br />
The pep 3ooo states Python 3.0 will break backwards compatibility with Python 2.x.</p>
<blockquote><p>There is no requirement that Python 2.6 code will run unmodified on Python 3.0. Not even a subset. (Of course there will be a tiny subset, but it will be missing major functionality.)</p></blockquote>
<p>Python 2.6 will support forward compatibility in the following two ways:</p>
<ul>
<li>It will support a &#8220;Py3k warnings mode&#8221; which will warn dynamically (i.e. at runtime) about features that will stop working in Python 3.0, e.g. assuming that range() returns a list.</li>
<li>It will contain back ported versions of many Py3k features, either enabled through __future__ statements or simply by allowing old and new syntax to be used side-by-side (if the new syntax would be a syntax error in 2.x).</li>
</ul>
<ul></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.shishirsharma.com/2008/07/23/python-gives-birth-to-a-baby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

