Logged In: YES user_id=1188172 Shouldn't it be deprecated? Look at the code in new.py. The only thing I can say in favour of new is that new.instancemethod() is prettier and clearer than types.MethodType().
Logged In: YES user_id=987664 When searching Python-dev all I could find was discussion over the eventual deprecation of types. If you deprecate the types module you still need a way to access the five types exposed in new. new is not listed in PEP 4 (Deprecation of Standard Modules).