On 04/06/13 12:43, 探晴 wrote:
<nothing>

Your email appears to be blank, except for a large chunk of HTML code. Did you 
have something specific to say other than the subject line?


As for unbound methods, Guido's time machine strikes again. They're already 
gone in Python 3.


py> class X:
...     def spam(self):
...             pass
...
py> X.spam
<function spam at 0xb7bd2dac>
py> X().spam
<bound method X.spam of <__main__.X object at 0xb7bd0e0c>>



--
Steven
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to