[Python-Dev] Getting rid of unbound methods: patch available

Phillip J. Eby pje at telecommunity.com
Mon Jan 17 16:39:30 CET 2005


At 10:12 PM 1/16/05 -0800, Guido van Rossum wrote:
>I couldn't remove support for unbound methods
>completely, since they were used by the built-in
>exceptions. (We can get rid of that use once we convert
>to new-style exceptions.)

Will it still be possible to create an unbound method with 
new.instancemethod?  (I know the patch doesn't change this, I mean, is it 
planned to remove the facility from the instancemethod type?)



More information about the Python-Dev mailing list