1. 23 Mar, 2007 1 commit
    • Guido van Rossum's avatar
      - Bug #1683368: The object.__init__() and object.__new__() methods are · 143b5640
      Guido van Rossum authored
        now stricter in rejecting excess arguments.  The only time when
        either allows excess arguments is when it is not overridden and the
        other one is.  For backwards compatibility, when both are
        overridden, it is a deprecation warning (for now; maybe a Py3k
        warning later).
      
      When merging this into 3.0, the warnings should become errors.
      
      Note: without the change to string.py, lots of spurious warnings happen.
      What's going on there?
      143b5640
  2. 22 Mar, 2007 3 commits
  3. 21 Mar, 2007 11 commits
  4. 20 Mar, 2007 10 commits
  5. 19 Mar, 2007 2 commits
  6. 18 Mar, 2007 2 commits
  7. 17 Mar, 2007 2 commits
  8. 16 Mar, 2007 9 commits