<?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>Mundo Geek &#187; llaves</title>
	<atom:link href="http://mundogeek.net/etiqueta/llaves/feed/" rel="self" type="application/rss+xml" />
	<link>http://mundogeek.net</link>
	<description>Mundo geek, bitácora sobre todo lo geek: software, gadgets, tecnología, internet, ...</description>
	<lastBuildDate>Fri, 25 May 2012 14:51:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>from __future__ import braces</title>
		<link>http://mundogeek.net/archivos/2008/01/31/from-__future__-import-braces/</link>
		<comments>http://mundogeek.net/archivos/2008/01/31/from-__future__-import-braces/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 16:50:29 +0000</pubDate>
		<dc:creator>Zootropo</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[llaves]]></category>
		<category><![CDATA[programacion]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://mundogeek.net/archivos/2008/01/31/from-__future__-import-braces/</guid>
		<description><![CDATA[Está es la respuesta del intérprete de Python cuando le preguntamos por las llaves: &#62;&#62;&#62; from __future__ import braces File "", line 1 SyntaxError: not a chance Que traducido vendría a decir algo así como: &#8220;ni de coña&#8221;. El módulo __future__ contiene características previstas para próximas versiones y que resultan incompatibles con la versión actual [...]]]></description>
			<content:encoded><![CDATA[<p>Está es la respuesta del intérprete de Python cuando le preguntamos por las llaves:</p>
<pre class="code">&gt;&gt;&gt; from __future__ import braces
  File "<stdin>", line 1
SyntaxError: not a chance</pre>
<p>Que traducido vendría a decir algo así como: &#8220;ni de coña&#8221;.</p>
<p>El módulo __future__ contiene características previstas para próximas versiones y que resultan incompatibles con la versión actual de Python. Por ejemplo si escribiéramos:</p>
<pre class="code">from __future__ import division</pre>
<p>importaríamos el método de división que se utilizará en Python 3000, que devuelve decimales incluso si los operandos son enteros.</p>
]]></content:encoded>
			<wfw:commentRss>http://mundogeek.net/archivos/2008/01/31/from-__future__-import-braces/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

