Guido van Rossum wrote: > Paul's right. I agree it's confusing that object and type are both > defined in the same file (though there's probably a good reason, given > that type is derived from object and object is an instance of type > :-). To add methods to object, add them to object_methods in that > file. I've tested this.
Awesome! I thought I looked for all occurrences in that file, but apparently not. Thanks all for the help. Eric. _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
