[Python-Dev] Wrappers and keywords

Skip Montanaro skip@pobox.com
Thu, 17 Apr 2003 14:59:29 -0500


    David> I am curious to know why the, what seems to me kludgy, "..."
    David> syntax was chosen over a simple "staticdef" or "classdef" def
    David> specialization syntax? 

It was felt that it was more important in the short term to explore/add the
functionality and settle details of syntax later.

Skip