1. 22 Apr, 2002 15 commits
  2. 21 Apr, 2002 11 commits
  3. 20 Apr, 2002 13 commits
  4. 19 Apr, 2002 1 commit
    • Jeremy Hylton's avatar
      Fix com_arglist() and update grammar fragment. · 8d22b040
      Jeremy Hylton authored
      SF bug #522264 reported by Evelyn Mitchell.
      
      The code included a comment about "STAR STAR" which was translated
      into the code as the bogus attribute token.STARSTAR.  This name never
      caused an attribute error because it was never retrieved.  The code
      was based on an old version of the grammar that specified kwargs as
      two tokens ('*' '*').  I checked as far back as 2.1 and didn't find
      this production.
      
      The fix is simple, because token.DOUBLESTAR is the only token
      allowed.  Also update the grammar fragment in com_arglist().
      
      XXX I'll bet lots of other grammar fragments in comments are out of
      date, probably in this module and in compile.c.
      8d22b040