At 09:53 PM 11/23/2006 +0000, Paul Moore wrote: >OK. So under your proposal, all Python functions are (potentially) >generic, and addmethod is how you add extra overloads? (And hasmethod >is pretty obvious, and defop AFAICT is a syntax for addmethod, is that >right?) > >Did I get that right?
Yes, that's exactly it. Thanks for the succinct summary of the entire thing (minus the interface example). As you may have noticed, I have a very hard time doing "succinct". :) _______________________________________________ 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
