[Python-3000] Unbound methods -- keep creating API?

Guido van Rossum guido at python.org
Tue Nov 27 19:48:15 CET 2007


On Nov 27, 2007 10:29 AM, Guido van Rossum <guido at python.org> wrote:
> The attached implementation is simple enough...

Do note that this breaks quite a bit of code that was storing built-in
functions as class variables and accessing them via self.xxx...

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list