• Fred Drake's avatar
    Added keyword parameter support to all public interfaces; keyword · 7a15ba59
    Fred Drake yazdı
    names match the documentation.
    
    Removed broken code that supports the __methods__ attribute on ast
    objects; the right magic was added to Py_FindMethod() since this was
    originally written.  <ast-object>.__methods__ now works, so dir() and
    rlcompleter are happy.
    7a15ba59
parsermodule.c 70.6 KB