1. 08 Nov, 2002 1 commit
    • Raymond Hettinger's avatar
      Closes SF bug #628246. · 0f274737
      Raymond Hettinger authored
      The _update method detected mutable elements by trapping TypeErrors.
      Unfortunately, this masked useful TypeErrors raised by the iterable
      itself.  For cases where it is possible for an iterable to raise
      a TypeError, the iterable is pre-converted to a list outside the
      try/except so that any TypeErrors propagate through.
      0f274737
  2. 07 Nov, 2002 11 commits
  3. 06 Nov, 2002 17 commits
  4. 05 Nov, 2002 11 commits