1. 08 Nov, 2002 2 commits
    • Tim Peters's avatar
      _update(): Commented the new obscurity. Materialized into a tuple · 0ec1ddcd
      Tim Peters authored
      instead of into a list for a bit of speed/space savings.  Reopened the
      bug report too (628246), as I'm unclear on why we don't sort out the
      cause of the TypeError instead.
      0ec1ddcd
    • Raymond Hettinger's avatar
      Closes SF bug #628246. · 1eb1fb81
      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.
      1eb1fb81
  2. 07 Nov, 2002 11 commits
  3. 06 Nov, 2002 17 commits
  4. 05 Nov, 2002 10 commits