I think the point of his software is to make it easier to interface Python with C code, although his examples were probably not the best.<div><br></div><div>Eric Entin<br><br><div class="gmail_quote">On Tue, Jul 21, 2009 at 2:52 PM, Oleg Broytmann <span dir="ltr">&lt;<a href="mailto:phd@phd.pp.ru">phd@phd.pp.ru</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Tue, Jul 21, 2009 at 11:22:19AM -0700, Yingjie Lan wrote:<br>
&gt; @function(double) #return type: double<br>
&gt; def sqrt(x=double): #argument x: double<br>
<br>
</div>   Python 3.0 has arguments and return value annotations:<br>
<br>
<a href="http://docs.python.org/3.0/whatsnew/3.0.html#new-syntax" target="_blank">http://docs.python.org/3.0/whatsnew/3.0.html#new-syntax</a><br>
<a href="http://www.python.org/dev/peps/pep-3107/" target="_blank">http://www.python.org/dev/peps/pep-3107/</a><br>
<div class="im"><br>
Oleg.<br>
--<br>
     Oleg Broytmann            <a href="http://phd.pp.ru/" target="_blank">http://phd.pp.ru/</a>            <a href="mailto:phd@phd.pp.ru">phd@phd.pp.ru</a><br>
           Programmers don&#39;t die, they just GOSUB without RETURN.<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/eric%40ericentin.com" target="_blank">http://mail.python.org/mailman/options/python-dev/eric%40ericentin.com</a><br>
</div></div></blockquote></div><br></div>