<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hack a Day &#187; python 2.6</title>
	<atom:link href="http://hackaday.com/tag/python-26/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Sun, 12 Feb 2012 08:27:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hackaday.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hack a Day &#187; python 2.6</title>
		<link>http://hackaday.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
	<atom:link rel='hub' href='http://hackaday.com/?pushpress=hub'/>
		<item>
		<title>Python 3000 officially released</title>
		<link>http://hackaday.com/2008/12/03/python-3000-release-imminent/</link>
		<comments>http://hackaday.com/2008/12/03/python-3000-release-imminent/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 00:11:07 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[downloads hacks]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming language]]></category>
		<category><![CDATA[py3k]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python 2.6]]></category>
		<category><![CDATA[python 3.0]]></category>
		<category><![CDATA[python 3000]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[scripting language]]></category>

		<guid isPermaLink="false">http://hackadaycom.wordpress.com/?p=6604</guid>
		<description><![CDATA[Python 3000 has officially been released. The final bug, Issue2306, &#8220;Update What&#8217;s new in 3.0&#8243; has been closed. Python 3000, py3k, Python 3.0, is a major release for the community. [Jeremy Hylton] pegs the earliest mention of the beast to January 2000. The new release has grown from PEP 3000, opened April 2006. Py3k breaks [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=6604&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-6605" title="python3k" src="http://hackadaycom.files.wordpress.com/2008/12/python3k.jpg" alt="python3k" width="450" height="110" /></p>
<p><a title="Python Programming Language -- Official Website" href="http://python.org/">Python 3000</a> has <a href="http://python.org/download/releases/3.0/">officially been released</a>. The final bug, <a title="Update What's new in 3.0 - Python tracker" href="http://bugs.python.org/issue2306">Issue2306</a>, &#8220;Update What&#8217;s new in 3.0&#8243; has been closed. Python 3000, py3k, Python 3.0, is a major release for the community. [<a title="Python 3000" href="http://jeremyhylton.blogspot.com/2008/12/python-3000.html">Jeremy Hylton</a>] pegs the <a title="[Python-Dev] Changing existing class instances)" href="http://mail.python.org/pipermail/python-dev/2000-January/001812.html">earliest mention</a> of the beast to January 2000. The new release has grown from <a title="PEP 3000 -- Python 3000" href="http://www.python.org/dev/peps/pep-3000/">PEP 3000</a>, opened April 2006.</p>
<p>Py3k breaks backwards compatibility with previous releases in order to reduce feature duplication and promote one obvious way of getting things done. The first major change is that <code>print</code> is now a builtin function and not a statement. <code>int</code> and <code>long</code> have been unified, and integer division now returns a float. Py3k uses concepts of &#8220;text&#8221; and &#8220;data&#8221; instead of &#8220;Unicode strings&#8221; and &#8220;8-bit strings&#8221;. You can read about many of the changes in <a title="What’s New In Python 3.0 — Python v3.0c3 documentation" href="http://docs.python.org/dev/3.0/whatsnew/3.0.html">What&#8217;s New In Python 3.0</a>. Some new features have been backported to Python 2.6 so you can start implementing them in your current code to ease the transition. 2.6 also has the <code>-3</code> command line switch to warn you about features that are being removed or changed. Finally, the tool 2to3 is a source-to-source translator that should automate a lot of the changes.</p>
<p><a href="http://docs.python.org/dev/3.0/">Documentation for the new release</a> is online. <a title="Index of /ftp/python/3.0" href="http://www.python.org/ftp/python/3.0/">Source packages</a> and binaries are available now.</p>
<p>[via <a title="http:..." href="http://twitter.com/johl/status/1037010773">johl</a>]</p>
<br />Posted in downloads hacks, news  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/6604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/6604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/6604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/6604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/6604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/6604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/6604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/6604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/6604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/6604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/6604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/6604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/6604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/6604/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=6604&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/12/03/python-3000-release-imminent/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/12/python3k.jpg" medium="image">
			<media:title type="html">python3k</media:title>
		</media:content>
	</item>
	</channel>
</rss>
